mcpbeat Sign in

Project Knowledge MCP Server

local only

Project Knowledge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 26 May 2026.

Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases.

Installs per day peak 24 · avg 9 · -12% w/w
a month agotoday
34
Installs / week
npm · project-knowledge-mcp
1
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Project Knowledge MCP

same job, measured the same way
Pharaoh
by pharaoh

Codebase knowledge graph — architectural awareness for AI coding agents via MCP

461 installs/wk answering
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering
Cgraphy
by pmgarg

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

63 installs/wk local only
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Forensic Deepdive
by dhevenddra

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

147 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Codebase Memory
by deusdata

Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

30 453 installs/wk local only

Project Knowledge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Project Knowledge MCP?
Project Knowledge 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 project-knowledge-mcp was installed 34 times last week.
How do I connect Project Knowledge 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 project-knowledge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Project Knowledge MCP?
The npm package project-knowledge-mcp was installed 34 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 Project Knowledge 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.