mcpbeat Sign in

KnowledgeRail MCP Server

by deviank88 Your server? Claim it
local only

KnowledgeRail runs on your own machine — the client starts it, so there is no endpoint to ping. 890 installs a week from npm. Last commit 28 Aug 2026.

Persistent, evidence-backed project knowledge and task context for coding agents.

Installs per day peak 114 · avg 3
a month agotoday
890
Installs / week
npm · knowledge-rail
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to KnowledgeRail

same job, measured the same way
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

6 121 installs/wk local only
Kindex
by jmcentire

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

883 installs/wk local only
Kilonova MCP
by milnaos

Persistent local knowledge for AI coding agents with structured records, search, and DOT context.

105 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

162 installs/wk local only
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

80 installs/wk local only
Forage - MCP Server for AI Agents
by ernestalabs

Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.

answering
Cgraphy
by pmgarg

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

67 installs/wk local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering

KnowledgeRail — questions

Answers built from our own checks of this server.

Why is there no uptime for KnowledgeRail?
KnowledgeRail 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 knowledge-rail was installed 890 times last week.
How do I connect KnowledgeRail?
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 knowledge-rail straight from npm; nothing to host, nothing to sign up for.
How many people use KnowledgeRail?
The npm package knowledge-rail was installed 890 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is KnowledgeRail open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 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.