Skip to content
VS Code

hunch for VS Code

io.github.prithviseran/hunch

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

client:VS Code transport:stdio runtime:pypi

Install hunch in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hunch in other clients