McRouter
HTTP-SSEOpenRouter proxy for MCP servers with HTTP API and internet access capabilities
OpenRouter proxy for MCP servers with HTTP API and internet access capabilities
OpenRouter for MCP Servers

cp .env.example.toml .env.toml
edit .env.toml as needed.
go run main.go proxy
http://localhost:8025/sse/fetch
make sure you have set mcp_server_commands.fetch in .env.toml
cp .env.example.toml .env.toml
edit .env.toml as needed.
go run main.go api
curl -X POST http://127.0.0.1:8027/v1/list-tools \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer fetch'
make sure you have set mcp_server_commands.fetch in .env.toml