You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
api router for MCP Servers
168 stars
30 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
idoubi
update new client
Mar 26, 2025
7fd7a50
· Mar 26, 2025
History
-------
23 Commits
| | |
| .github/workflows | | .github/workflows | add github workflows | Mar 16, 2025 |
| cmd | | cmd | add api server | Mar 17, 2025 |
| debug | | debug | add api server | Mar 17, 2025 |
| handler | | handler | update new client | Mar 26, 2025 |
| router | | router | add api server | Mar 17, 2025 |
| service | | service | add heartbeat and idle check | Mar 26, 2025 |
| util | | util | 添加配置文件变更监控 | Mar 21, 2025 |
| .air.toml | | .air.toml | first version | Mar 15, 2025 |
| .env.example.toml | | .env.example.toml | add api server | Mar 17, 2025 |
| .gitignore | | .gitignore | update gitignore | Mar 19, 2025 |
| Dockerfile | | Dockerfile | add api server | Mar 17, 2025 |
| Dockerfile.api | | Dockerfile.api | add api server | Mar 17, 2025 |
| LICENSE | | LICENSE | first version | Mar 15, 2025 |
| Makefile | | Makefile | add api server | Mar 17, 2025 |
| README.md | | README.md | add api server | Mar 17, 2025 |
| go.mod | | go.mod | add api server | Mar 17, 2025 |
| go.sum | | go.sum | add api server | Mar 17, 2025 |
| main.go | | main.go | add api server | Mar 17, 2025 |
| mcp-infa.png | | mcp-infa.png | add api server | Mar 17, 2025 |
| View all files | | |
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
api router for MCP Servers
mcp
mcprouter
chatmcp
mcpservers
No releases published
No packages published
Other 1.3%
You can’t perform that action at this time.