mcpbeat Sign in

Hunch MCP Server

by davesheffer Your server? Claim it
local only

Hunch runs on your own machine — the client starts it, so there is no endpoint to ping. 1 892 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 618 · avg 211 · +46% w/w
a month agotoday
1 892
Installs / week
npm · @davesheffer/hunch
9
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/constitution/experimentRunner.ts:83, src/constitution/g2Drills.ts:96, src/constitution/g3Conformance.ts:88 и ещё 8
  const run = spawnSync(bin, ["--version"], { encoding: "utf8", timeout: 8000, env: childEnv(provider), shell: false });
Builds a file path from a variable tooling/generate-site-locales.mjs:325
  const targetDir = path.join(repoRoot, "site", locale);
                || segment === ".npmrc"
Page executes code built at runtime site/ar/blog/index.html:195, site/blog/index.html:194, site/cookbook.html:639 и ещё 3
    document.getElementById("grid").innerHTML = rest.map((p) => `
Dumps the whole environment tooling/constitution-clean-rehearsal.mjs:175
  Object.assign(process.env, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hunch -- npx -y @davesheffer/hunch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "-y",
        "@davesheffer/hunch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hunch]
command = "npx"
args = ["-y", "@davesheffer/hunch"]
.cursor/mcp.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "-y",
        "@davesheffer/hunch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "-y",
        "@davesheffer/hunch"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hunch

same job, measured the same way
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

91 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Kawa Code
by kawacode

Team-aware memory: intent, decisions, real-time conflicts for AI coding assistants.

269 installs/wk local only
Mneme
by patsa2561-art

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

1 726 installs/wk local only
Hawkeye AI Bridge
by hawkeye-zaragsoft

Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.

local only
OpenGrok MCP Server
by icyhot09

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.

213 installs/wk local only
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

149 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only

Hunch — questions

Answers built from our own checks of this server.

Why is there no uptime for Hunch?
Hunch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @davesheffer/hunch was installed 1 892 times last week.
How do I connect Hunch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @davesheffer/hunch straight from npm; nothing to host, nothing to sign up for.
How many people use Hunch?
The npm package @davesheffer/hunch was installed 1 892 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hunch open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.