Productivity|Development|AI / MLTypeScript
superset
Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine
N/A rating (0 reviews)0 installs9,005 GitHub stars
AICodingProductivity
Superset orchestrates CLI-based coding agents across isolated git worktrees, with built-in terminal, review, and open-in-editor workflows. It allows users to run multiple agents simultaneously without context switching overhead and monitor all agents from one place.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"superset": {
"args": [
"-y",
"superset"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.