路由器
HTTP-SSEMCP服务器的OpenRouter代理
MCP服务器的OpenRouter代理
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