mcpbeat Sign in

Ace Context MCP Server

local only

Ace Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 209 · avg 11 · -80% w/w
a month agotoday
Installs / week
npm · ace-context-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Ace Context MCP

same job, measured the same way
Elephia
by elephia

Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.

50 installs/wk local only
Mindmap MCP Server
by ravi-labs

Local-first memory & context-handoff across AI tools — capture in one, resume in another. No cloud.

39 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Mindswap
by shiporbleed

Local-first AI context and memory server for cross-tool coding continuity.

45 installs/wk local only
ChatCrystal
by zengliangyi

Local-first AI PKM memory for coding conversations.

115 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
Mnema
by zimac

Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.

local only

Ace Context MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ace Context MCP?
Ace Context 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 ace-context-mcp.
Is Ace Context MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ace Context 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 ace-context-mcp straight from npm; nothing to host, nothing to sign up for.