mcpbeat Sign in

Statecore MCP Server

local only

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

Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite

Installs per day peak 655 · avg 21
a month agotoday
435
Installs / week
npm · statecore-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
Executes code built at runtime apps/worker/src/digest-lock.ts:20
  eval(script: string, numkeys: number, key: string, token: string): Promise<number>;
Sends data to a third-party sink apps/worker/src/main.ts:218
  await fetch(`https://api.telegram.org/bot${workerEnv.telegramBotToken}/sendMessage`, {
Page executes code built at runtime status.html:206
    document.getElementById('api-status').innerHTML = dot('green') + 'running';

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

Alternatives to Statecore MCP

same job, measured the same way
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

146 installs/wk local only
memex
by kioie

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

local only
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

123 installs/wk local only
Total Recall
by avi-bendetsky

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

125 installs/wk local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

161 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

255 installs/wk local only

Statecore MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Statecore MCP?
Statecore MCP 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 statecore-mcp was installed 435 times last week.
How do I connect Statecore MCP?
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 statecore-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Statecore MCP?
The npm package statecore-mcp was installed 435 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 Statecore MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.