mcpbeat Sign in

Stateark MCP Server

local only

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

Local-first version control for AI work. Savepoint and resume your project state across chats.

Installs per day peak 37 · avg 1
a month agotoday
84
Installs / week
npm · stateark
2
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Stateark every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Stateark

same job, measured the same way
Ctxfile
by ctxfile

Local-first MCP server that snapshots your project's working state into one context object.

331 installs/wk local only
Nan Forget
by nanmesh

AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools.

74 installs/wk local only
Paparats – Local Semantic Code Search MCP
by ibazylchuk

Local-first semantic code search across all your repos. Private context for AI coding assistants.

241 installs/wk local only
Logic Pro MCP
by monglong0214

Local MCP server for stateful, fail-closed Logic Pro control and live project readback.

local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Snapstate
by timbassler88

Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.

28 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Dear Agent
by bitmapasset

Your AI agent keeps your diary for you. Local-first, private, works in any agent.

52 installs/wk local only

Stateark — questions

Answers built from our own checks of this server.

Why is there no uptime for Stateark?
Stateark 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 stateark was installed 84 times last week.
How do I connect Stateark?
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 stateark straight from npm; nothing to host, nothing to sign up for.
How many people use Stateark?
The npm package stateark was installed 84 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 Stateark open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.