mcpbeat Sign in

Graphkeeper MCP Server

local only

Graphkeeper runs on your own machine — the client starts it, so there is no endpoint to ping. 171 installs a week from pypi. Last commit 25 Aug 2026.

Mines git history for file co-change patterns into a queryable knowledge graph via MCP.

Installs per day peak 884 · avg 83 · -53% w/w
a month agotoday
171
Installs / week
pypi · graphkeeper-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 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 [пакет] src/graphkeeper/__init__.py:1, [пакет] src/graphkeeper/build.py:1, [пакет] src/graphkeeper/cli.py:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет
Runs an external command python/src/graphkeeper/git.py:31, [пакет] src/graphkeeper/git.py:31, [пакет] src/graphkeeper/mcp_server.py:71 и ещё 1
        return subprocess.run(
        absolute = os.path.normpath(os.path.join(raw_dir, source_file))

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

Alternatives to Graphkeeper

same job, measured the same way
Obsidian MCP
by seynurmammad0v

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

60 installs/wk local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

71 installs/wk local only
Kernal MCP
by pintomatic

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

47 installs/wk local only
Adaptive Memory Graph
by raskolnikovdd

Persistent memory for Claude via weighted, interconnected knowledge nodes.

77 installs/wk local only
OntoRamp Knowledge Cartographer
by ontoramp

Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.

answering
fish-bridge — Session Knowledge Graph
by makeamouse

Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama.

120 installs/wk local only
Dig
by nakishiyaman

MCP server for code archaeology: git blame, file history, contributors, and co-change analysis

81 installs/wk local only
Flakiness Knowledge Graph MCP
by vola-trebla

MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history

57 installs/wk local only

Graphkeeper — questions

Answers built from our own checks of this server.

Why is there no uptime for Graphkeeper?
Graphkeeper 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 pypi package graphkeeper-cli was installed 171 times last week.
How do I connect Graphkeeper?
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 graphkeeper-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Graphkeeper?
The pypi package graphkeeper-cli was installed 171 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graphkeeper open source?
Yes — it is published under the Apache-2.0 licence, written in Python 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.