Claude Desktop Cursor Cline (VS Code) Windsurf Continue.dev Zed Claude Code (CLI)
~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"engine-public": {
"command": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
],
"_inferred": true
}
}
}
⧉ コピー
Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"engine-public": {
"command": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
],
"_inferred": true
}
}
}
⧉ コピー
Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"engine-public": {
"command": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
],
"_inferred": true
}
}
}
⧉ コピー
Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"engine-public": {
"command": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
],
"_inferred": true
}
}
}
⧉ コピー
Claude Desktop と同じ形式。Windsurf を再起動して反映。
~/.continue/config.json
{
"mcpServers": [
{
"name": "engine-public",
"command": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
]
}
]
}
⧉ コピー
Continue はマップではなくサーバーオブジェクトの配列を使用。
~/.config/zed/settings.json
{
"context_servers": {
"engine-public": {
"command": {
"path": "TODO",
"args": [
"See README: https://github.com/maxanatsko/mcp-engine-public"
]
}
}
}
}
⧉ コピー
context_servers に追加。保存時に Zed がホットリロード。
claude mcp add engine-public -- TODO 'See README: https://github.com/maxanatsko/mcp-engine-public'
⧉ コピー
ワンライナー。claude mcp list で確認、claude mcp remove で削除。