Odel
hunch

hunch

Local
@davesheffer9TypeScriptApache-2.0Updated 5 days ago

Engineering memory for AI-assisted codebases: decisions, bug lineage and invariants, over MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@davesheffer/hunchv1.11.0

Run

npx -y @davesheffer/hunch

MCP client config

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