Skip to content
Windsurf

openapi mcp for Windsurf

com.goldpopcon/openapi-mcp

금방 Open API MCP 서버 — 스펙 조회·JWT 서명 코드 생성·로컬 서명/검증

client:Windsurf transport:stdio runtime:npm

Install openapi mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@keumbang/goldpopcon-openapi-mcp"
      ],
      "env": {
        "GOLDPOPCON_MCP_ALLOW_LIVE": "<GOLDPOPCON_MCP_ALLOW_LIVE>",
        "GOLDPOPCON_ACCESS_KEY": "<GOLDPOPCON_ACCESS_KEY>",
        "GOLDPOPCON_SECRET_KEY": "<GOLDPOPCON_SECRET_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

openapi mcp in other clients