drio
Open app

MCP Proxy Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCP Proxy Server is a tool that aggregates and serves multiple MCP resource servers through a single interface, acting as a central hub for managing resources and requests.

To use the MCP Proxy Server, you need to configure it with a JSON file that specifies the MCP servers to connect to, and then run the server with the configuration file.

  • Connects to and manages multiple MCP resource servers. - Exposes combined capabilities through a unified interface. - Handles routing of requests to appropriate backend servers. - Aggregates responses from multiple sources.
  1. Managing multiple resource servers in a unified manner.
  2. Simplifying the interaction with various backend services.
  3. Aggregating data and responses from different sources for streamlined access.

Add to your AI client

Use these steps to connect MCP Proxy Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "adamwattis-mcp-proxy-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adamwattis-mcp-proxy-server-mcp-mirror"
      ]
    }
  }
}

FAQ

How do I configure the MCP Proxy Server?

You need to create a JSON configuration file that specifies the MCP servers to connect to and provide it when running the server.

Can I use it with Claude Desktop?

Yes, you can integrate it with Claude Desktop by adding the server configuration to the appropriate config file.

What should I do if I encounter issues?

Use the MCP Inspector for debugging, which provides tools to help diagnose communication issues.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":700,"uuid":"9f8bbddc-0f03-467b-b5fe-5d7bae3bdd35","name":"adamwattis_mcp-proxy-server","title":"MCP Proxy Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:26:54.055Z","updated_at":"2025-02-23T07:16:02.899Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp,proxy-server,resource-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/adamwattis_mcp-proxy-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]