Superset AI代码编辑器 是 AI Skill Hub 本期精选MCP工具之一。在 GitHub 上收获超过 10.7k 颗 Star,综合评分 8.5 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
为AI代理时代设计的开源代码编辑器,支持Claude Code、Codex等多个AI模型并行运行。提供MCP协议集成、CLI工具和完整的代码执行环境,适合AI应用开发者和智能代理研究者。
Superset AI代码编辑器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为AI代理时代设计的开源代码编辑器,支持Claude Code、Codex等多个AI模型并行运行。提供MCP协议集成、CLI工具和完整的代码执行环境,适合AI应用开发者和智能代理研究者。
Superset AI代码编辑器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/superset-sh/superset
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"superset-ai-----": {
"command": "npx",
"args": ["-y", "superset"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Superset AI代码编辑器 执行以下任务... Claude: [自动调用 Superset AI代码编辑器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"superset_ai_____": {
"command": "npx",
"args": ["-y", "superset"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<img width="full" alt="Superset" src="apps/marketing/public/images/readme-hero.png" />
| Feature | Description |
|---|---|
| **Parallel Execution** | Run 10+ coding agents simultaneously on your machine |
| **Worktree Isolation** | Each task gets its own branch and working directory |
| **Agent Monitoring** | Track agent status and get notified when changes are ready |
| **Built-in Diff Viewer** | Inspect and edit agent changes without leaving the app |
| **Workspace Presets** | Automate env setup, dependency installation, and more |
| **Universal Compatibility** | Works with any CLI agent that runs in a terminal |
| **Quick Context Switching** | Jump between tasks as they need your attention |
| **IDE Integration** | Open any workspace in your favorite editor with one click |
| Requirement | Details |
|---|---|
| **OS** | macOS (Windows/Linux untested) |
| **Runtime** | [Bun](https://bun.sh/) v1.0+ |
| **Version Control** | Git 2.20+ |
| **GitHub CLI** | [gh](https://cli.github.com/) |
| **Caddy** | [caddy](https://caddyserver.com/docs/install) (for dev server) |
bun install
This repo uses the published upstream mastracode and @mastra/* packages directly. Avoid adding custom tarball overrides unless there is a repo-specific blocker.
Builds for Windows and Linux are not yet available.
```bash #!/bin/bash
echo "Workspace ready!" ```
Scripts have access to environment variables: - SUPERSET_WORKSPACE_NAME — Name of the workspace - SUPERSET_ROOT_PATH — Path to the main repository
Configure workspace setup and teardown in .superset/config.json. See full documentation.
{
"setup": ["./.superset/setup.sh"],
"teardown": ["./.superset/teardown.sh"]
}
| Option | Type | Description |
|---|---|---|
setup | string[] | Commands to run when creating a workspace |
teardown | string[] | Commands to run when deleting a workspace |
cp ../.env .env
创新的AI代理协调工具,MCP协议支持使其具有良好扩展性。活跃维护、生态完善,是AI工程化落地的重要基础设施。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,Superset AI代码编辑器 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | superset |
| 原始描述 | 开源MCP工具:Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on y。⭐10.7k · TypeScript |
| Topics | 代码编辑器AI代理MCP协议多模型支持CLI工具 |
| GitHub | https://github.com/superset-sh/superset |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端