Skip to content
Cursor

perf for Cursor

io.github.rog0x/perf

Benchmark, memory, Big O analysis for AI agents

client:Cursor transport:stdio runtime:npm

Install perf in Cursor

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

{
  "mcpServers": {
    "perf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-perf-tools"
      ]
    }
  }
}

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

perf in other clients