MCP.so
登录

MCP Server Proxy

@amirilovic

关于 MCP Server Proxy

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

amirilovic

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-proxy-amirilovic": {
      "command": "node",
      "args": [
        "dist/server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server Proxy?

A proxy server that connects to multiple MCP servers and provides a unified interface for tool access.

How to use MCP Server Proxy?

Install dependencies with npm install, build with npm run build, then run node dist/server.js with optional --profile, --mode, --port, and --host flags. Configuration files are named config.<profile>.json and contain a mcpServers object.

Key features of MCP Server Proxy

  • Connect to multiple MCP servers simultaneously
  • Support for multiple configuration profiles
  • Tool name prefixing with server names
  • Run in either stdio or SSE mode
  • Profile-based configuration management

Use cases of MCP Server Proxy

FAQ from MCP Server Proxy

评论

其他 分类下的更多 MCP 服务器