yantrikdb-server

yantrikos/yantrikdb-server
★ 109 stars Python 🤖 AI/LLM Updated today
Cognitive memory database for AI agents — consolidates duplicates, detects contradictions, fades stale memories via temporal decay. Rust, AGPL, ships as library / MCP server / HTTP cluster.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yantrikdb-server": {
      "command": "uvx",
      "args": [
        "yantrikdb-server"
      ]
    }
  }
}

Or install with pip: pip install yantrikdb-server

Topics

agent-memoryai-agentsanthropicclaude-codeclusteringcognitive-memorydatabaseembeddingshnswknowledge-graphllmmcpmcp-servermemoryopen-source