mcpbeat Sign in
I

Graphiti Local MCP Server

local only

Graphiti Local runs on your own machine — the client starts it, so there is no endpoint to ping.

Local-first temporal knowledge graph with six read-only MCP tools and human-reviewed writes.

Installs / week
pypi · graphiti-local
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

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

Alternatives to Graphiti Local

same job, measured the same way
Superlocalmemory
by varun369

Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.

1 596 installs/wk local only
Cortex
by abbacusgroup

Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.

260 installs/wk local only
Filamental
by scottnine

Read/write access to your Filamental knowledge graph vault. 17 tools. Local-first, no auth.

65 installs/wk local only
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only
Memento
by scrypster

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

local only
Kairn
by primeline-ai

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

local only
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 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

Graphiti Local — questions

Answers built from our own checks of this server.

Why is there no uptime for Graphiti Local?
Graphiti Local 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 graphiti-local.
How do I connect Graphiti Local?
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 graphiti-local straight from pypi; nothing to host, nothing to sign up for.