Loading languages...
ME

membase-mcp

@unibaseio7

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

memory
decentralized
AI agents
Unibase

# mcpServer Config

{
  "mcpServers": {
    "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"
      }
    }
  }
}

# stdio

uv --directory path/to/membase-mcp run src/membase_mcp/server.py
Transport:
stdio
ภาษา:
python
สร้างเมื่อ:3/31/2025
อัปเดตเมื่อ:7/5/2025