openapi_vector_mcp_server

JonasWZW/openapi_vector_mcp_server
★ 1 stars Python 🤖 AI/LLM Updated 13d ago
OpenAPI Vector MCP Server 是一个基于 Milvus 向量数据库的 RAG 系统,用于检索 OpenAPI 接口文档。支持从远程拉取 OpenAPI JSON、清洗、向量化存储,并通过 MCP 协议提供语义搜索能力。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi_vector_mcp_s": {
      "command": "uvx",
      "args": [
        "openapi-vector-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install openapi-vector-mcp-server