Skip to content
MCP Server Community By @mroops0111

mroops0111/openapi-mcp-gateway

[![mroops0111/openapi-mcp-gateway MCP server](https://glama.ai/mcp/servers/mroops0111/openapi-mcp-gateway/badges/score.svg)](https://glama.ai/mcp/servers/mroops0111/openapi-mcp-gateway) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Mount many OpenAPI specs (or your existing FastAPI app) as MCP servers in one process. Auto-promotes eligible GETs to MCP resources, exposes huge specs via three `list/get/call` meta-tools instead of N tool schemas, and ships per-user OAuth2 token relay with audience-bound tokens.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: mroops0111/openapi-mcp-gateway Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-mroops0111-openapi-mcp-gateway

Detailed Documentation

mroops0111/openapi-mcp-gateway MCP server 🐍 ☁️ 🏠 🍎 🪟 🐧 - Mount many OpenAPI specs (or your existing FastAPI app) as MCP servers in one process. Auto-promotes eligible GETs to MCP resources, exposes huge specs via three list/get/call meta-tools instead of N tool schemas, and ships per-user OAuth2 token relay with audience-bound tokens.

Configuration

{
  "mcpServers": {
    "mroops0111-openapi-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mroops0111-openapi-mcp-gateway"
      ],
      "env": {}
    }
  }
}