mcpo

A simple, secure MCP-to-OpenAPI proxy server

GitHub Stars

3,259

User Rating

Not Rated

Favorites

0

Views

52

Forks

363

Issues

45

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Install mcpo

bash
pip install mcpo

2. Start the Server

Run the following command to start the MCP server:
bash
mcpo --port 8000 --api-key "top-secret" -- your_mcp_server_command

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Invalid API key Solution: Ensure you are using the correct API key.