MCP Directory
Back

1mcp

by slzcdhd · TypeScript · ★ 1

A central proxy server that aggregates multiple upstream MCP (Model Context Protocol) servers, providing a unified interface for downstream clients using the official @modelcontextprotocol/sdk.

Install

npx -y github:slzcdhd/1mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "1mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:slzcdhd/1mcp"
      ]
    }
  }
}

From the README

A central proxy server that aggregates multiple upstream MCP (Model Context Protocol) servers, providing a unified interface for downstream clients using the official . - **Streamable HTTP Protocol**: Uses official MCP SDK with streamable-http transport for reliable client connections - **Capability Aggregation**: Automatically discovers and aggregates tools, resources, and prompts from upstream servers - **Transparent Routing**: Routes requests to appropriate upstream servers based on prefixed capability names () - **Multiple Client Support**: Serves multiple downstream clients simultaneousl…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers