Back to MCP directory
publicPublicdnsLocal runtime

summary

一个基于OpenAPI Schema生成方法存根的MCP工具原型,支持容器化部署

article

README

🚀 模型上下文协议(MCP)工具

模型上下文协议(MCP)工具能够读取OpenAPI方案文件,并生成使用相应方法的桩代码。此外,该工具还可以作为容器运行,从而更轻松地支持在分布式环境中使用。

🚀 快速开始

本工具当前是作为一个_概念验证_编写的,后续会进行更完善的整理。开发者计划将其全部移到一个中。如果你有需要,尽管使用,但请遵守许可条款。

📄 许可证

本项目相当程度上基于https://github.com/matthewhand/mcp-openapi-proxy 。使用时请遵循相关许可规定。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client