Home › Knowledge & Memory › yantrikdb-mcp

yantrikdb-mcp

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

Python
★ 24 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.24.0)

uvx yantrikdb-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "yantrikdb-mcp": {
      "command": "uvx",
      "args": [
        "yantrikdb-mcp"
      ],
      "env": {
        "YANTRIKDB_DB_PATH": "<YOUR_VALUE>",
        "YANTRIKDB_TOOL_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANTRIKDB_DB_PATH — Database file path (default: ~/.yantrikdb/memory.db)
  • YANTRIKDB_TOOL_PROFILE — Advertised tool set: full (all 20) or core (10 golden-path)

Related servers

Data from the Official MCP Registry