MCP.so
登录

MCP Connect

@EvalsOneAi

关于 MCP Connect

Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

EvalsOneAi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is MCP Connect?

MCP Connect is a Node.js tool that bridges HTTP/HTTPS requests to local Stdio-based MCP servers, enabling cloud-based AI services to interact with local resources securely. It provides protocol translation, optional token authentication, and built-in Ngrok tunnel support.

How to use MCP Connect?

Clone the repository, copy .env.example to .env and configure the port and auth token, install dependencies with npm install, build with npm run build, then run with npm run start. For a public URL, set NGROK_AUTH_TOKEN in .env and run npm run start:tunnel. Send POST requests to http://localhost:3000/bridge with the MCP method, server command, args, environment variables, and params.

Key features of MCP Connect

  • Converts HTTP/HTTPS requests to Stdio communication
  • Provides secure access via token-based authentication
  • Supports various MCP servers without modification
  • Built-in support for Ngrok tunnel
  • Health check (GET /health) and bridge (POST /bridge) endpoints

Use cases of MCP Connect

  • Enable cloud AI services to use local MCP tools (e.g., GitHub MCP)
  • Securely expose local MCP servers to remote applications via a tunnel
  • Bridge remote requests to local resources without altering the MCP server

FAQ from MCP Connect

What runtime does MCP Connect require?

Node.js.

How do I run MCP Connect with a public URL?

Set NGROK_AUTH_TOKEN in .env and run npm run start:tunnel (production) or npm run dev:tunnel (development). The public URL will appear in the console.

How does authentication work?

MCP Connect uses a token stored in the AUTH_TOKEN environment variable. Requests must include the header Authorization: Bearer <token>.

What API endpoints does MCP Connect expose?

GET /health for health checks and POST /bridge for forwarding MCP requests to the configured server.

Does MCP Connect require modifying the MCP server?

No. It runs the server via stdio without any changes to its implementation.

评论

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