Content
# MCPO Proxy Service
A Python-based MCP Proxy service that supports fetch services.
## Main Features
- MCP protocol proxy forwarding
- Supports fetch service requests
- Configurable multiple backend MCP servers
- Provides health check interface
## Running with Docker
### Clone the Project
```bash
git clone https://github.com/cr-zhichen/mcpo-proxy.git
cd mcpo-proxy
```
### Start the Service
```bash
docker-compose up -d
```
The service will run on port 8000.
### View Logs
```bash
docker-compose logs -f
```
## Configuration
Modify the `config.json` file to configure the MCP servers. Example configuration:
```json
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors