AgentHubAgentHub

Swagger MCP Bridge

MCP ServerMCP Registry官方收录

io.github.Neo1228/swagger-mcp-bridge · v0.1.0

Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.

概览

Swagger MCP Bridge 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "swagger-mcp-bridge": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.Neo1228/swagger-mcp-bridge",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Swagger MCP Bridge",
  "description": "Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.",
  "repository": {
    "url": "https://github.com/Neo1228/spring-boot-starter-swagger-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0",
        "runtimeHint": "docker",
        "transport": "streamable-http"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Neo1228/swagger-mcp-bridge",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Neo1228%2Fswagger-mcp-bridge/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Swagger MCP Bridge — MCP Server 安装与配置 · AgentHub