Skip to content
VS Code

hunch for VS Code

io.github.davesheffer/hunch

Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.

client:VS Code transport:stdio runtime:npm

Install hunch in VS Code

.vscode/mcp.json

{
  "servers": {
    "hunch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@davesheffer/hunch"
      ]
    }
  }
}

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

hunch in other clients