megamemory

general MCP Server

Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.

VerifiedInstall Ready
generalgeneral
5 views175 stars20 forksv1.6.2MIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
175
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx megamemory

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "megamemory": {
      "command": "npx",
      "args": [
        "megamemory"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

megamemory

Start the MCP stdio server

Command

Description

list_conflicts

List unresolved merge conflicts grouped by merge group.

list_roots

List all top-level concepts with direct children.

remove_concept

Soft-delete a concept with a reason. History preserved.

Tool

Description

understand

Semantic search over the knowledge graph. Returns matched concepts with children, edges, and parent context.

get_concept

Look up a concept by its exact ID. Returns full context including children, edges, incoming edges, and parent.

create_concept

Add a new concept with optional edges and file references.

update_concept

Update fields on an existing concept. Regenerates embeddings automatically.

link

Create a typed relationship between two concepts.

resolve_conflict

Resolve a merge conflict by providing verified, correct content based on the current codebase.