Skip to main content

Graph Memory — MCP Server for Semantic Code Intelligence

Semantic graph memory for AI‑powered development.
Index docs, code, and files into six interconnected graphs.
Query with 70 MCP tools or the real‑time Web UI.

$ npm install -g @graphmemory/server && graphmemory serve
Open SourceFree to UseRuns Locally

Up and running in 3 steps

1

Install

npm install -g @graphmemory/server
2

Serve

graphmemory serve
3

Connect

Claude · Cursor · Windsurf

AI Prompt Builder

Generate optimized system prompts for any MCP-connected AI assistant.

14 ScenariosOnboarding, Code Review, Architecture, Incident Response, and more
8 Roles & 6 StylesDeveloper, Architect, Reviewer, Tech Writer — Proactive, Reactive, Read-only...
9 Tech DomainsLanguages, Frontend, Backend, Mobile, Data, DevOps, Testing, AI/ML, Project
Per-Tool ControlSet priority for each of 70 tools: Always, Prefer, Available, Avoid, Disabled
Live PreviewSee your prompt update in real time with token estimation
Prompt Builder

What makes it different

Not another RAG pipeline. A structured, interconnected project memory.

Task Management

Kanban, List View & Epics

Full kanban board with drag-and-drop, plus a list view with grouping by any field — status, priority, assignee, tag, or epic. Organize work with epics that track progress across tasks.

  • Kanban board + sortable list with grouping
  • Epics — group tasks, track completion %
  • Filter chips — see active filters at a glance
  • Real-time sync via WebSocket
Task list with grouping and filters
Search

Hybrid Search Across Everything

Not keyword-only, not vector-only — both. BM25 keyword matching + vector cosine similarity fused via Reciprocal Rank Fusion, then expanded via graph BFS traversal.

  • BM25 + vector + RRF fusion
  • Graph-aware BFS expansion
  • One query searches all graphs
  • Local embeddings — no API calls
Search results across graphs
Developer Experience

File Mirror — Edit in Your IDE

Every note, task, and skill is mirrored to markdown files in your project. Edit them in VS Code, commit to git, review in PRs. Changes sync back automatically.

  • .notes/ — knowledge base as markdown
  • .tasks/ — tasks with YAML frontmatter
  • .skills/ — procedures your team can share
  • Attachments stored alongside files
Knowledge notes
Connecting the Dots

Epics & Cross-Graph Links

Group tasks into epics to track progress across features. Link any node to any other graph — tasks to code, notes to docs, skills to symbols. Everything stays connected.

  • Epics with progress tracking
  • Link any node to any other graph
  • Workspace-wide links across projects
  • Navigate from code → docs → tasks → knowledge
Epics with linked tasks

70 MCP Tools

Search, create, link, and manage — all from your AI assistant.

Connect Any MCP Client

Run in your project directory:

claude mcp add --transport http \
  --scope project graph-memory \
  http://localhost:3000/mcp/my-project

Ready to give your AI a memory?

Get started in under a minute. Free, open source, runs locally.