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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers