Installation & Configuration
{
"mcpServers": {
"math": {
"command": "docker",
"args": [
"run",
"-i",
"mcpserver-math_server"
],
"transport": "stdio"
},
"weather": {
"command": "docker",
"args": [
"run",
"-i",
"mcpserver-weather_server"
],
"transport": "stdio"
},
"brave": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"BRAVE_API_KEY= YOUR_API_KEY",
"mcpserver-brave_server"
],
"transport": "stdio"
}
}
}Information
Transport
stdiosse
Language
Python
Created
2026/6/13
Updated
2026/6/13