mcpbeat Sign in

Korg Recall MCP Server

local only

Korg Recall MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 24 Jun 2026.

Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.

Installs per day peak 35 · avg 8 · +0% w/w
a month agotoday
33
Installs / week
npm · @korgg/recall-mcp
4
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_command.command → crates/korg-runtime/src/tools.rs:385, run_command.command → crates/korg-runtime/src/tools.rs:632, read_file.path → crates/korg-runtime/src/agent.rs:292 и ещё 6
    let mut cmd = Command::new(&req.command);
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.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Korg Recall MCP

same job, measured the same way
Claude Memory Manager
by nyxtoolsdev

Cross-session memory for Claude Code — context capture, semantic search, recall

80 installs/wk local only
Longhand
by wynelson94

Local memory for Claude Code. Semantic recall across session history with zero API calls.

244 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Claude Find
by cavinooo

Pull Deep Memory from across your Claude Code Sessions — when you need it.

57 installs/wk local only
Longmem
by marerem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

49 installs/wk local only
Memoize — persistent agent memory
by harrisonford

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

answering
Wisdomgraph
by cklam12345

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

27 installs/wk local only
Token Savior
by mibayy

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

local only

Korg Recall MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Korg Recall MCP?
Korg Recall 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 @korgg/recall-mcp was installed 33 times last week.
How do I connect Korg Recall 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 @korgg/recall-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Korg Recall MCP?
The npm package @korgg/recall-mcp was installed 33 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Korg Recall MCP open source?
Yes — it is published under the MIT licence, written in Rust 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.