Skip to content

openapi security contract lint for Cursor

io.github.jmshinhwa/openapi-security-contract-lint

Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th

client:Cursor transport:stdio runtime:npm

Install openapi security contract lint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "openapi-security-contract-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/openapi-security-contract-lint"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openapi security contract lint in other clients