Skip to content
Cursor

FixThis for Cursor

io.github.beyondwin/fixthis

Local-first MCP handoff for Jetpack Compose UI feedback and source candidates.

client:Cursor transport:stdio runtime:npm

Install FixThis in Cursor

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

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

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

FixThis in other clients