hunch
Rank #1,062io.github.davesheffer/hunch
Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.
hunch is a Model Context Protocol (MCP) server published by davesheffer. It ranks #1,062 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. hunch is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 9, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 130,984 of 132,046 servers on MCP Toplist.
Use hunch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hunch -- npx -y @davesheffer/hunch mcp[mcp_servers.hunch]
command = "npx"
args = ["-y", "@davesheffer/hunch", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hunch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.davesheffer%2Fhunch)<a href="https://mcptoplist.com/server/io.github.davesheffer%2Fhunch"><img src="https://mcptoplist.com/badge/io.github.davesheffer%2Fhunch.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
davesheffer
Available versions (4)
| Version | Published |
|---|---|
| 1.38.1 | Sep 17, 2026 |
| 1.33.0 | Sep 14, 2026 |
| 1.11.0 | Aug 9, 2026 |
| 1.10.8 | Aug 9, 2026 |
Frequently asked questions
- Who maintains hunch?
- hunch is maintained by davesheffer, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is hunch listed on the Official MCP Registry?
- Yes — hunch is listed on the Official MCP Registry, alongside Glama.
- How many versions does hunch have?
- MCP Toplist tracks 4 versions of hunch, most recently published on Sep 17, 2026.
- Where can I find the source code for hunch?
- The source code for hunch is hosted at github.com/davesheffer/hunch.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.