Content
# MCPO Proxy Service
A Python-based MCP proxy service that supports fetch services.
## Key Features
- MCP protocol proxy forwarding
- Supports fetch service requests
- Configurable with multiple backend MCP servers
- Provides a 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 server. Example configuration:
```json
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.