synapse

kraft87/synapse
★ 0 stars Python AI/LLM Updated 8d ago
Self-hosted long-term memory for AI coding agents — episodic store, knowledge graph, and MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "synapse": {
      "command": "uvx",
      "args": [
        "synapse"
      ]
    }
  }
}

Or install with pip: pip install synapse

README Excerpt

Self-hosted long-term memory for AI coding agents. Synapse captures Claude Code (and Cursor) session transcripts, structures them into retrievable episodes plus a knowledge graph, and serves both back over MCP as one ranked result. **The problem it solves:** Claude Code sessions have no memory across restarts. Every new

Topics

ai-memoryclaude-codedeveloper-toolsknowledge-graphllmmcppgvectorpostgresragself-hosted