servers_config.jsonā¢1.32 kB
{
"_comment": "MCP Platform Server Configuration - Primary configuration location",
"_usage": "Add or remove MCP servers here. Tool configuration is handled by each server",
"mcpServers": {
"config": {
"enabled": true,
"command": "uv",
"args": ["run", "python", "Servers/config_server.py"],
"cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER"
},
"openrouter_models": {
"_comment": "OpenRouter AI models search and analysis server",
"enabled": true,
"command": "uv",
"args": ["run", "python", "Servers/openrouter_models_server.py"],
"cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER"
},
"template": {
"_comment": "Disabled server - useful for testing",
"enabled": false,
"command": "uv",
"args": ["run", "python", "Servers/demo_resources_server.py"],
"cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER"
},
"demo_prompt": {
"_comment": "Prompt-only server - no tools or resources",
"enabled": false,
"command": "uv",
"args": ["run", "python", "Servers/demo_prompt_server.py"],
"cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER"
}
},
"settings": {
"defaultTimeout": 30,
"maxRetries": 3,
"retryDelay": 1.0,
"logLevel": "INFO",
"autoReconnect": true
}
}