# MCP Memory Graph

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/RetroRobAI/mcp-memory-graph  
**GitHub Stars:** 0  
**npm Downloads (last month):** 553  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/mcp-memory-graph

## Description
Authority-weighted memory graph for AI agents with conflict detection and semantic search.

## Tools
Capabilities this server exposes over MCP:

- **store_memory** — Store with conflict detection and optional auto-resolve
- **retrieve_memories** — Semantic search ranked by similarity × authority
- **check_conflicts** — Preview conflicts before storing
- **update_memory** — Update content/priority with supersession tracking
- **delete_memory** — Soft delete (preserves history)
- **add_memory_edge** — Manually add typed relationship
- **get_related_memories** — Traverse relationship graph for a memory
- **list_memories** — List with filters (status, type, priority)

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "mcp-memory-graph": {
    "command": "uvx",
    "args": ["mcp-memory-graph"]
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

