# CanopyHQ/phloem

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/CanopyHQ/phloem  
**Views:** 5  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/canopyhq-phloem

## Description
Local-first AI memory with causal graphs and citation verification. Semantic search, confidence decay when code drifts, and zero network connections. Works across Claude Code, Cursor, VS Code, and 7 more MCP clients.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `uvx` (confidence: low):

```json
"mcpServers": {
  "phloem": {
    "command": "uvx",
    "args": ["canopyhq-phloem"]
  }
}
```

## Documentation
This server provides a local-first AI memory system that organizes information with causal graphs and verifies citations. It supports semantic search and applies confidence decay to handle code drift. The server operates without network connections and integrates with multiple MCP clients including Claude Code, Cursor, and VS Code.

**Use cases:**
- Store and retrieve AI memory locally with causal graph structure
- Perform semantic search over stored knowledge
- Verify citations within AI memory
- Manage confidence levels as code or data changes
- Integrate AI memory with supported MCP clients

**Key features:**
- Local-first memory storage
- Causal graph-based knowledge representation
- Citation verification
- Semantic search capability
- Confidence decay for code drift
- Offline operation without network

_Summarized from the repository README — see the link above for the full text._

