Skip to main content
Glama

mcprouter

by chatmcp
MIT License
409
2
  • Apple

mcprouter MCP サーバー

リモート MCP サーバーのプロキシ。

クイックスタート

  1. リモートMCPサーバーキーを取得する

MCP.soにアクセスし、ホスティングサーバーを選択し、

Connectをクリックして、専用の server_key を生成します。

  1. 任意のMCPクライアントでMCPサーバーを構成する

Claude Desktop例に挙げましょう。

{ "mcpServers": { "fetch": { "command": "npx", "args": ["-y", "mcprouter"], "env": { "SERVER_KEY": "xxx" } } } }

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mcprouter": { "command": "/path/to/mcprouter/build/index.js" } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP クライアントをリモート MCP サーバーに接続するプロキシ サービス。ユーザーは独自のサーバーを実行せずに、MCP.so のサーバー キーを使用してリモート リソースにアクセスできます。

  1. クイックスタート
    1. 発達
      1. インストール
        1. デバッグ

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
        Last updated -
        4
        3
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
        Last updated -
        13
        2
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
        Last updated -
        1,489
        119
        TypeScript
        Apache 2.0
      • -
        security
        -
        license
        -
        quality
        Proxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.
        Last updated -
        1
        TypeScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatmcp/mcp-server-router'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server