Skip to content
Cursor

hunch for Cursor

io.github.prithviseran/hunch

Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.

client:Cursor transport:stdio runtime:pypi

Install hunch in Cursor

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

{
  "mcpServers": {
    "hunch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hunch-sdk"
      ]
    }
  }
}

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

hunch in other clients