MCP.so
ログイン

mcprouter

@chatmcp

mcprouter について

api router for MCP Servers

基本情報

カテゴリ

その他

ライセンス

NOASSERTION

ランタイム

go

トランスポート

stdio

公開者

chatmcp

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcprouter?

mcprouter is a proxy server and API server that acts as an OpenRouter for MCP (Model Context Protocol) servers. It provides endpoints that allow MCP clients like Cursor to connect to and interact with MCP servers through a centralized proxy.

How to use mcprouter?

Copy the example configuration file .env.example.toml to .env.toml and edit it as needed, ensuring mcp_server_commands.fetch is set. Start the proxy server with go run main.go proxy, then add the proxy URL http://localhost:8025/sse/fetch to your MCP client. Alternatively, start the API server with go run main.go api and make requests to http://127.0.0.1:8027/v1/list-tools with a Bearer token

コメント

「その他」の他のコンテンツ