Skip to main content
Glama
rahgadda
by rahgadda

OpenAPI MCP 服务器

铁匠徽章

概述

  • 该项目将安装MCP - Model Context Protocol Server ,它提供配置的 REST API 作为 LLM 的上下文。

  • 使用此功能,我们可以使 LLM 与 RestAPI 交互并使用 LLM 提示执行 REST API 调用。

  • 目前我们支持HTTP API调用的GET/PUT/POST/PATCH

Related MCP server: MCP OpenAPI Server

安装

  • 安装包

    pip install openapi_mcp_server
  • 在文件夹中创建 .env 文件,并设置OPENAPI_SPEC_PATHAPI_BASE_URL的最小值。示例文件可在此处获取。

  • 使用上述文件夹中的uv run openapi_mcp_server测试openapi_mcp_server服务器。

克劳德桌面

  • Claud Desktop 的配置详情

    {
      "mcpServers": {
        "openapi_mcp_server":{
          "command": "uv",
          "args": ["run","openapi_mcp_server"]
          "env": {
              "DEBUG":"1",
              "API_BASE_URL":"https://petstore.swagger.io/v2",
              "OPENAPI_SPEC_PATH":"https://petstore.swagger.io/v2/swagger.json",
              "API_HEADERS":"Accept:application/json",
              "API_WHITE_LIST":"addPet,updatePet,findPetsByStatus"
          }
        }
      }
    }

    宠物商店演示

配置

  • 可用环境变量列表

    • DEBUG :启用调试日志记录(可选,默认值为 False)

    • OPENAPI_SPEC_PATH :OpenAPI 文档的路径。(必需)

    • API_BASE_URL :API 请求的基本 URL。(必需)

    • API_HEADERS :API 请求中包含的标头(可选)

    • API_WHITE_LIST :白名单 operationId,列表格式为 [“operationId1”,“operationId2”] (可选)

    • API_BLACK_LIST :黑名单 operationId,列表格式为 [“operationId3”,“operationId4”] (可选)

    • HTTP_PROXY :HTTP 代理详细信息(可选)

    • HTTPS_PROXY :HTTPS 代理详细信息(可选)

    • NO_PROXY :无代理详细信息(可选)

贡献

欢迎投稿。
请随时提交拉取请求。

执照

该项目是根据 MIT 许可条款授权的。

Github 星标

星空历史图

附录

紫外线

mkdir -m777 openapi_mcp_server
cd openapi_mcp_server
uv init
uv add mcp[cli] pydantic python-dotenv requests
uv add --dev twine setuptools
uv sync
uv run openapi_mcp_server
uv build
pip install --force-reinstall --no-deps .\dist\openapi_mcp_server-*fileversion*.whl
export TWINE_USERNAME="rahgadda"
export TWINE_USERNAME="<<API Key>>"
uv run twine upload --verbose dist/*

参考

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.
    4,812
    286
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that loads multiple OpenAPI specifications and exposes them to LLM-powered IDE integrations, enabling AI to understand and work with your APIs directly in development tools like Cursor.
    7
    20
    90
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    A Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.
    34
    25
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    2

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rahgadda/openapi_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server