| name | agent-skills-setup |
| description | Configure and manage MCP servers in AI-powered IDEs (Claude Code, Cursor, JetBrains, Amazon Q, Gemini, Codex, Trae, Trae CN, Windsurf, Zed, VS Code Copilot, antigravity, etc.) |
Trae / Trae CN
Developer: ByteDance
| 配置类型 | 路径 |
|---|
| 全局配置 | ~/.cursor/mcp.json |
| 项目配置 | .trae/mcp.json |
{
"mcpServers": {
"github": {
"command": "uvx",
"args": ["@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
}
}
}
}
antigravity
Developer: Google
| 配置类型 | 路径 |
|---|
| 全局配置 | ~/.gemini/antigravity/mcp_config.json |
{
"mcpServers": {
"github": {
"command": "uvx",
"args": ["@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
}
}
}
}
Windsurf
Developer: Codeium
| OS | 路径 |
|---|
| macOS/Linux | ~/.codeium/windsurf/mcp_config.json |
| Windows | %USERPROFILE%\.codeium\windsurf\mcp_config.json |
Zed
Developer: Zed
Path: ~/.config/zed/settings.json
Claude Code
Developer: Anthropic
Path: ~/.claude.json
Cursor
Developer: Cursor
Path: ~/.cursor/mcp.json
JetBrains AI
Developer: JetBrains
Method: GUI 配置 (Settings > Tools > AI Assistant > MCP)
Gemini CLI
Developer: Google
Path: ~/.gemini/settings.json
Codex
Developer: OpenAI
Path: ~/.codex/config.toml
Helix
Developer: Helix
Path: ~/.config/helix/MCP.toml
Nova
Developer: Panic
Path: ~/Library/Application Support/Nova/extensions/mcp-servers.json
Forge
Developer: Forge
Path: .forge/mcp.json
BBEdit
Developer: Bare Bones
Partial support via extension.
GitHub Codespaces
Developer: GitHub
Path: .devcontainer.json
StackBlitz
Developer: StackBlitz
Partial - via WebContainer extension.
Gitpod
Developer: Gitpod
Path: .gitpod.yml
Replit
Developer: Replit
Configuration: Via Secrets panel.
CodeSandbox
Developer: CodeSandbox
Partial - via extension.
VS Code + Copilot
Developer: Microsoft
Path: .vscode/mcp.json (Insiders) or via Continue/Cline extensions.
Amazon Q
Developer: AWS
Path: .amazonq/mcp.json
Lapce
MCP Support: ❌ No native support
Use Cursor or Zed instead for MCP support.
Sublime Merge
MCP Support: ❌ No native support
Sublime Merge has no plugin API.
Zulip
Developer: Zulip
Via webhook integration.
Troubleshooting
Server Not Starting
- Check config syntax
- Verify
uvx is installed
- Test:
uvx mcp-server-package
See Also