hunch for Zed
io.github.davesheffer/hunch
Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.
client:Zed
transport:stdio
runtime:npm
Install hunch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs