memory-mcp

palimpsest-labs/memory-mcp
★ 0 stars Python Database Updated today
MCP server for persistent knowledge graph — SQLite backend with graph traversal, fuzzy search, and temporal queries
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": {
    "memory-mcp": {
      "command": "uvx",
      "args": [
        "memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install memory-mcp

README Excerpt

Persistent knowledge graph MCP server with SQLite backend. Drop-in replacement for the off-the-shelf `mcp-server-memory` (npm) — same tool signatures, but with graph traversal, fuzzy search, temporal queries, and timestamps. Part of the [Palimpsest](https://github.com/palimpsest-labs) intelligence fusion toolkit.

Tools (4)

add_observationscreate_entitiesdelete_relationsupdated_at
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →