mcpbeat Sign in

Kip MCP Server

local only

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

Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.

Installs per day peak 11 · avg 5 · +104% w/w
a month agotoday
34
Installs / week
npm · @ldclabs/kip-mcp-server
82
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

Nothing serious here today

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

This one needs environment variables set before it will start: KIP_BACKEND_URL (HTTP URL for the KIP backend endpoint), KIP_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kip

same job, measured the same way
Memory Nexus MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

34 installs/wk local only
Nexus Memory MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

33 installs/wk local only
Remembra — AI Memory Layer
by remembra-ai

Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools.

183 installs/wk local only
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

34 installs/wk local only
I
Mimir — Persistent Memory Engine
by tcconnally

Persistent memory for AI agents. 36+ MCP tools: encryption, decay, hybrid search, knowledge graph.

local only
Adaptive Memory Graph
by raskolnikovdd

Persistent memory for Claude via weighted, interconnected knowledge nodes.

68 installs/wk local only
GrayMatter
by angelnicolasc

Persistent agent memory as a single Go binary: knowledge graph, TUI observability, zero infra.

local only
Provena Agent Memory
by admiralpunk

Evidence-backed, explainable persistent memory for MCP-compatible AI agents.

local only

Kip — questions

Answers built from our own checks of this server.

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