Skip to main content
Glama

mcprouter

by chatmcp
MIT License
409
2
  • Apple

Servidor MCP mcprouter

Proxy para servidores mcp remotos.

Inicio rápido

  1. Obtener la clave del servidor MCP remoto

Vaya a MCP.so , seleccione un servidor de alojamiento,

Haga clic en Connect para generar su server_key exclusiva.

  1. Configurar el servidor MCP en cualquier cliente MCP

Tomemos como ejemplo Claude Desktop :

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

Desarrollo

Instalar dependencias:

npm install

Construir el servidor:

npm run build

Para desarrollo con reconstrucción automática:

npm run watch

Instalación

Para utilizar con Claude Desktop, agregue la configuración del servidor:

En MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json

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

Depuración

Dado que los servidores MCP se comunican a través de stdio, la depuración puede ser complicada. Recomendamos usar el Inspector MCP , disponible como script de paquete:

npm run inspector

El Inspector proporcionará una URL para acceder a las herramientas de depuración en su navegador.

-
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.

Un servicio proxy que conecta clientes MCP a servidores MCP remotos, lo que permite a los usuarios utilizar claves de servidor de MCP.so para acceder a recursos remotos sin ejecutar su propio servidor.

  1. Inicio rápido
    1. Desarrollo
      1. Instalación
        1. Depuración

      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