47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"handlerSettings": {
|
|
"context7": {
|
|
"enabledByDefault": true
|
|
},
|
|
"claude-task-master": {
|
|
"enabledByDefault": true
|
|
}
|
|
},
|
|
"servers": {
|
|
"context7": {
|
|
"handler": "context7",
|
|
"type": "http",
|
|
"url": "https://your-context7-mcp.example.com/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer REPLACE_ME"
|
|
}
|
|
},
|
|
"claude-task-master": {
|
|
"handler": "claude-task-master",
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "REPLACE_WITH_CLAUDE_TASK_MASTER_MCP_COMMAND"]
|
|
},
|
|
"local-files": {
|
|
"handler": "generic",
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
|
|
},
|
|
"docs-http": {
|
|
"handler": "generic",
|
|
"type": "http",
|
|
"url": "https://your-mcp-endpoint.example.com/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer REPLACE_ME"
|
|
}
|
|
}
|
|
},
|
|
"codex": {
|
|
"mcp_servers": {}
|
|
},
|
|
"claude": {
|
|
"mcpServers": {}
|
|
}
|
|
}
|