---
slug: "remote-bridge-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/dhso/remote-mcp@master/README.md"
repo: "https://github.com/dhso/remote-mcp"
source_file: "README.md"
branch: "master"
---
## Remote MCP

这是一个可被远程调用的MCP服务，基于FastMCP构建。

### RUN
```bash
uvicorn app.main:app
```

### 远程调用方式
[mcp-remote](https://github.com/geelen/mcp-remote)