Skip to content
Cursor

fixme agent for Cursor

io.github.rotem1230/fixme-agent

Real-time AI code quality — 30 validators, 17 languages, 813+ checks

client:Cursor transport:stdio runtime:npm

Install fixme agent in Cursor

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

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

{
  "mcpServers": {
    "fixme-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fixme-mcp"
      ],
      "env": {
        "FIXME_TOKEN": "<FIXME_TOKEN>"
      }
    }
  }
}

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

fixme agent in other clients