Skip to content
Cursor

hunch for Cursor

io.github.davesheffer/hunch

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

client:Cursor transport:stdio runtime:npm

Install hunch in Cursor

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

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

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

hunch in other clients