YantrikDB MCP Server provides cognitive memory for AI agents, enabling them to auto-recall context, remember decisions, and detect contradictions without prompting.
From the registry: Cognitive memory for AI agents — semantic memory, knowledge graph, and adaptive recall
$ pip install yantrikdb-mcpPlease install the `yantrikdb-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python + pip** — Python required to install yantrikdb-mcp Run: `pip install yantrikdb-mcp`
Canonical MCP server config (stdio transport):
- command: `yantrikdb-mcp`
- args: []
- optional environment variables:
- `YANTRIKDB_DB_PATH`: Database file path (default: ~/.yantrikdb/memory.db) (example: `/path/to/memory.db`)
- `YANTRIKDB_API_KEY`: Bearer token for network transports (SSE/HTTP) (example: `<your-api-key>`)
Note: Cognitive memory for AI agents. Stores data locally. Also supports SSE/HTTP transport: yantrikdb-mcp --transport sse --port 8420
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YANTRIKDB_API_KEYrequiredBearer token for network transportsAI Agents Framework with Self Reflection and MCP support