Skip to content
Cursor

debugium for Cursor

io.github.algiras/debugium

AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++

client:Cursor transport:stdio runtime:npm

Install debugium in Cursor

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

{
  "mcpServers": {
    "debugium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@algiras/debugium"
      ]
    }
  }
}

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

debugium in other clients