Skip to content
Zed

openapi mcp for Zed

com.goldpopcon/openapi-mcp

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

client:Zed transport:stdio runtime:npm

Install openapi mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

openapi mcp in other clients