mcp-compose

mishhuang/mcp-compose
★ 0 stars TypeScript File System Updated 6d ago
A TypeScript SDK for composing and routing across multiple MCP servers with typed tools, middleware, and Zod validation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-compose": {
      "command": "npx",
      "args": [
        "-y",
        "mishhuang/mcp-compose"
      ]
    }
  }
}

README Excerpt

A TypeScript SDK for composing and routing across multiple MCP servers with typed tools, middleware, and Zod validation. ```bash npm install mcp-compose ``` ```typescript import { ComposedClient } from 'mcp-compose' const client = new ComposedClient({ servers: [ { name: 'files', type: 'stdio', command: 'npx', args: ['-y', '@modelcontextprotocol/server-filesystem', '/tmp'] },

Tools (8)

ToolConflictErrorToolNotFoundErrorToolValidationErrorfetchfileshttpread_filestdio