Back to directory
unibaseio/membase-mcp

unibaseio/membase-mcp

@unibaseio

A lightweight decentralized memory gateway that connects AI agents to Membase for persistent, verifiable multi-session memory.

memorydecentralizedai-agentsmembasepersistentconversationcontext

Installation & Configuration

{
  "membase": {
    "command": "uv",
    "args": [
      "--directory",
      "path/to/membase-mcp",
      "run",
      "src/membase_mcp/server.py"
    ],
    "env": {
      "MEMBASE_ACCOUNT": "your account, 0x...",
      "MEMBASE_CONVERSATION_ID": "your conversation id, should be unique",
      "MEMBASE_ID": "your sub account, any string"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12