Skip to content
Cline

openapi mcp for Cline

com.goldpopcon/openapi-mcp

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

client:Cline transport:stdio runtime:npm

Install openapi mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

openapi mcp in other clients