mcpbeat Sign in

Cuemap MCP Server

by cuemap-dev Your server? Claim it
local only

Cuemap MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 343 installs a week from npm. Last commit 20 Sep 2026.

Local memory and context retrieval for AI agents through CueMap.

Installs per day peak 161 · avg 17 · +819% w/w
a month agotoday
343
Installs / week
npm · cuemap-mcp
1
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cuemap MCP 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 cuemap-mcp -- npx -y cuemap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cuemap-mcp": {
      "args": [
        "-y",
        "cuemap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cuemap-mcp]
command = "npx"
args = ["-y", "cuemap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cuemap-mcp": {
      "args": [
        "-y",
        "cuemap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cuemap-mcp": {
      "args": [
        "-y",
        "cuemap-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cuemap MCP

same job, measured the same way
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only
Memdata
by thelabvenice

Persistent memory for AI agents. Store context, retrieve it semantically.

34 installs/wk local only
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

11 installs/wk local only
Yagami AI Context Firewall
by matthewtracy

Govern model, retrieval, memory, and tool access for AI applications and agents.

104 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Slowave
by slowave-ai

Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.

local only
Agent Memory MCP
by ipiton

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

local only

Cuemap MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cuemap MCP?
Cuemap 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 cuemap-mcp was installed 343 times last week.
How do I connect Cuemap 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 cuemap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cuemap MCP?
The npm package cuemap-mcp was installed 343 times in the last week. Week over week that is +819%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cuemap 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.