Back to MCP Servers

Phloem

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.

knowledge-memoryai

Installation

npx -y phloem

Configuration

{
  "mcpServers": {
    "phloem": {
      "command": "npx",
      "args": ["-y", "phloem"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub