f2278d7027
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
34 lines
785 B
JSON
34 lines
785 B
JSON
{
|
|
"mcpServers": {
|
|
"registry": {
|
|
"command": "./apps/registry_mcp/registry_mcp",
|
|
"args": [
|
|
"--enable-run",
|
|
"--enable-write"
|
|
]
|
|
},
|
|
"orchestrator": {
|
|
"command": "./apps/orchestrator_mcp/orchestrator_mcp",
|
|
"args": []
|
|
},
|
|
"jupyter": {
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""
|
|
]
|
|
},
|
|
"godot": {
|
|
"type": "http",
|
|
"url": "http://127.0.0.1:8000/mcp"
|
|
},
|
|
"ardour": {
|
|
"command": "/home/enmanuel/audio-tools/ardour-mcp/target/release/ardour_mcp_server",
|
|
"args": []
|
|
},
|
|
"onlyoffice": {
|
|
"command": "./apps/onlyoffice_mcp/onlyoffice_mcp",
|
|
"args": []
|
|
}
|
|
}
|
|
} |