Back to MCP directory
publicPublicdnsLocal runtime

trepo

开发一个工具,用于将OpenAPI规范转换为MCP服务器可用的工具

article

README

🚀 开放 API 规范转换工具

本项目旨在制作一个工具,其核心价值在于把开放 API 规范转换为可在 MCP 服务器使用的工具,解决开放 API 规范与 MCP 服务器适配的问题。

🚀 快速开始

目前项目处于初步想法阶段,后续将逐步推进开发工作,以实现开放 API 规范到 MCP 服务器可用工具的转换。

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