A simple, secure MCP-to-OpenAPI proxy server
Expose any MCP tool as an OpenAPI-compatible HTTP server—instantly. mcpo is a dead-simple proxy that takes an MCP server command and makes it accessible via standard RESTful OpenAPI, so your tools "just work" with LLM agents and apps expecting OpenAPI servers. No custom protocol. No glue code. No hassle. MCP servers usually speak over raw stdio, which is: 🔓 Inherently insecure ❌ Incompatible…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Expose any MCP tool as an OpenAPI-compatible HTTP server—instantly. mcpo is a dead-simple proxy that takes an MCP server command and makes it accessible via standard RESTful OpenAPI, so your tools "just work" with LLM agents and apps expecting OpenAPI servers. No custom protocol. No glue code. No hassle. MCP servers usually speak over raw stdio, which is: 🔓 Inherently insecure ❌ Incompatible with most tools 🧩 Missing standard features like docs, auth, error handling, etc. mcpo solves all of…