sapience

allenc84/sapience
★ 0 stars Python AI/LLM Updated today
Persistent semantic memory + judgment ledger for Claude Code (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": {
    "sapience": {
      "command": "uvx",
      "args": [
        "sapience"
      ]
    }
  }
}

Or install with pip: pip install sapience

README Excerpt

**Human-like memory and a judgment ledger for AI** — an [MCP](https://modelcontextprotocol.io) server for [Claude Code](https://claude.com/claude-code). An LLM has *intelligence* — it processes and analyzes brilliantly — but it's amnesiac between sessions and never accumulates *your* experience. Humans win on something else: memory that persists and judgment that gets sharper because we keep track of how our past calls turned out. That faculty — the one that makes *Homo sapiens* more than raw br

Tools (1)

search_memory