MCP.so
登录

MCP Bridge API

@INQUIRELAB

关于 MCP Bridge API

MCP Bridge is a lightweight, fast, and LLM-agnostic proxy for connecting to multiple Model Context Protocol (MCP) servers through a unified REST API. It enables secure tool execution across diverse environments like mobile, web, and edge devices. Designed for flexibility, scalabi

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

INQUIRELAB

配置

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

{
  "mcpServers": {
    "mcp-bridge-api": {
      "command": "node",
      "args": [
        "mcp-bridge.js"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Bridge API?

MCP Bridge API is a lightweight, LLM-agnostic RESTful proxy that connects to multiple Model Context Protocol (MCP) servers and exposes their capabilities through a unified REST API. It enables any client on any platform to leverage MCP functionality without requiring local process execution, and includes optional risk-based execution levels for granular security control.

How to use MCP Bridge API?

Install Node.js 18+, then run npm install express cors morgan uuid and node mcp-bridge.js. Configure MCP servers by editing mcp_config.json in the project root. The server exposes REST endpoints at /health, /servers, and per‑server tool, resource, and prompt endpoints. Two client implementations are provided: a Python command‑line agent and a React Native mobile app.

Key features of MCP Bridge API

  • LLM-agnostic RESTful proxy for MCP servers
  • Supports multiple MCP servers simultaneously
  • Optional risk-based security levels (standard, confirmation, Docker isolation)
  • Compatible with any client on any platform
  • Automatically exposes all MCP tools via REST API

Use cases of MCP Bridge API

  • Enable mobile apps to access MCP tools without local process execution
  • Provide a web frontend with unified access to multiple

评论

开发工具 分类下的更多 MCP 服务器