Installation & Configuration
{
"mcpServers": {
"arithmetic_calculator": {
"command": "mcps-go",
"args": [
"arith_calc"
]
},
"datetime_calculator": {
"command": "mcps-go",
"args": [
"datetime_calc"
]
},
"http_request": {
"command": "mcps-go",
"args": [
"http_request"
]
},
"brave_web_search": {
"command": "mcps-go",
"args": [
"brave_web_search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}Information
Transport
stdio
Language
Go
Created
2026/6/15
Updated
2026/6/17