← Back to Plugins
MCP Server MCP

io.github.yantrikos/yantrikdb-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx yantrikdb-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "yantrikdb-mcp",
      "version": "0.19.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database file path (default: ~/.yantrikdb/memory.db)",
          "name": "YANTRIKDB_DB_PATH"
        },
        {
          "description": "Advertised tool set: full (all 20) or core (10 golden-path)",
          "name": "YANTRIKDB_TOOL_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...