Skip to main content
Cursor MCP configuration can live in either of these files:
  • Project: .cursor/mcp.json
  • Global: ~/.cursor/mcp.json
If you use project config, keep your target binary under PROJECT_ROOT/workspace/.
{
  "mcpServers": {
    "pwno-mcp": {
      "url": "http://127.0.0.1:5500/mcp"
    }
  }
}
Open Cursor’s MCP panel after saving the config and confirm the server is connected before starting debugger workflows.