mcpbeat Sign in

Kernal MCP Server

by pintomatic Your server? Claim it
local only

Kernal 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 10 Jun 2026.

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

Installs per day peak 23 · avg 6 · -12% w/w
a month agotoday
33
Installs / week
npm · kernal-mcp
2
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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.

File ships in the package but is absent from the source [пакет] hook-templates/kernal-session-start.sh:1, [пакет] hook-templates/kernal-stop.sh:1, [пакет] hook-templates/kernal-user-prompt-submit.sh:1
этот файл ставится пользователю, но в репозитории его нет

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Kernal MCP

same job, measured the same way
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

43 installs/wk local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Neuromcp
by adelelo13

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

289 installs/wk local only
I
Nexo
by wazionapps

Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.

892 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only

Kernal MCP — questions

Answers built from our own checks of this server.

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