Skip to content
Cursor

mendapi for Cursor

com.mendapi/mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

client:Cursor transport:stdio runtime:npm

Install mendapi in Cursor

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

{
  "mcpServers": {
    "mendapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mendapi"
      ]
    }
  }
}

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

mendapi in other clients