Router
Provides a proxy service that connects local MCP clients to remote tool servers through a central routing service, eliminating the need to run your own server infrastructure.
3 stars
0 tools
Created Aug 2025
@chatmcp/chatmcp-routerAbout
Provides a proxy service that connects local MCP clients to remote tool servers through a central routing service, eliminating the need to run your own server infrastructure.
Categories
general
Installation
npm
npm install @chatmcp/chatmcp-router
Configuration
{
"mcpServers": {
"chatmcp-router": {
"command": "npx",
"args": [
"-y",
"@chatmcp/chatmcp-router"
]
}
}
}