- Explore MCP Servers
- mcpo-proxy
Mcpo Proxy
What is Mcpo Proxy
mcpo-proxy is a Python-based MCP proxy service that supports fetch service requests and facilitates the forwarding of MCP protocol.
Use cases
Use cases for mcpo-proxy include proxying requests to multiple MCP servers, managing service health checks, and facilitating data fetching operations in distributed systems.
How to use
To use mcpo-proxy, clone the project from GitHub, navigate to the project directory, and run the service using Docker with the command ‘docker-compose up -d’. The service will run on port 8000.
Key features
Key features include MCP protocol proxy forwarding, support for fetch service requests, the ability to configure multiple backend MCP servers, and a health check interface.
Where to use
mcpo-proxy can be used in various fields where MCP protocol communication is required, such as data fetching services, backend server management, and network monitoring.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcpo Proxy
mcpo-proxy is a Python-based MCP proxy service that supports fetch service requests and facilitates the forwarding of MCP protocol.
Use cases
Use cases for mcpo-proxy include proxying requests to multiple MCP servers, managing service health checks, and facilitating data fetching operations in distributed systems.
How to use
To use mcpo-proxy, clone the project from GitHub, navigate to the project directory, and run the service using Docker with the command ‘docker-compose up -d’. The service will run on port 8000.
Key features
Key features include MCP protocol proxy forwarding, support for fetch service requests, the ability to configure multiple backend MCP servers, and a health check interface.
Where to use
mcpo-proxy can be used in various fields where MCP protocol communication is required, such as data fetching services, backend server management, and network monitoring.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCPO Proxy 代理服务
一个基于Python的MCP代理服务,支持fetch服务。
主要功能
- MCP协议代理转发
- 支持fetch服务请求
- 可配置多个后端MCP服务器
- 提供健康检查接口
使用Docker运行
克隆项目
git clone https://github.com/cr-zhichen/mcpo-proxy.git
cd mcpo-proxy
启动服务
docker-compose up -d
服务将在端口8000运行
查看日志
docker-compose logs -f
配置
修改config.json文件配置MCP服务器,示例配置:
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










