mcpbeat Sign in

Neurakeep MCP Server

by dominiclachance Your server? Claim it
local only

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

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

Installs per day peak 101 · avg 4
a month agotoday
53
Installs / week
npm · neurakeep
4
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 12 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.

  const child = spawnSync(process.execPath, [cliPath, "text", sourcePath, "--format", "text"], {
Builds a database query by concatenation src/wiki/compiler.ts:154
  return (db.prepare(`SELECT COUNT(*) AS count FROM ${table}`).get() as { count: number }).count;

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 neurakeep -- npx -y neurakeep
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neurakeep": {
      "args": [
        "-y",
        "neurakeep"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neurakeep]
command = "npx"
args = ["-y", "neurakeep"]
.cursor/mcp.json
{
  "mcpServers": {
    "neurakeep": {
      "args": [
        "-y",
        "neurakeep"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neurakeep": {
      "args": [
        "-y",
        "neurakeep"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Neurakeep

same job, measured the same way
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

58 installs/wk local only
L
Wyrm
by ghosts

Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.

298 installs/wk local only
Tacitus MCP Server
by ionasrobert

Long-term memory for AI agents: local-first PKM with provenance and hybrid search.

52 installs/wk local only
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

95 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 673 installs/wk local only
Vestige
by samvallad33

Local-first memory for AI agents that reaches backward to find a failure's root cause.

131 installs/wk local only
Cozo Memory
by tobs-code

Local-first memory system for AI agents with hybrid search and graph reasoning

86 installs/wk local only

Neurakeep — questions

Answers built from our own checks of this server.

Why is there no uptime for Neurakeep?
Neurakeep 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 neurakeep was installed 53 times last week.
How do I connect Neurakeep?
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 neurakeep straight from npm; nothing to host, nothing to sign up for.
How many people use Neurakeep?
The npm package neurakeep was installed 53 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neurakeep open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 4 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.