Files
mcphub/mcp_settings.json

19 lines
372 B
JSON

{
"mcpServers": {
"mcphub": {
"url": "http://localhost:3001/sse"
},
"time": {
"command": "python3",
"args": ["-m", "mcp_server_time", "--local-timezone=America/New_York"]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}