unibaseio/membase-mcp
If you are the rightful owner of membase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Membase is the first decentralized memory layer for AI agents, powered by Unibase.
The Membase-MCP Server is a crucial component for AI agents, providing a decentralized memory layer that ensures secure, persistent storage of conversation history, interaction records, and knowledge. This server facilitates seamless integration with the Membase protocol, allowing agents to upload and retrieve memory from the Unibase DA network. This decentralized approach ensures that the storage is verifiable and secure, promoting agent continuity, personalization, and traceability. By leveraging the Membase-MCP Server, AI agents can maintain a consistent memory state across different interactions, enhancing their ability to provide personalized and context-aware responses.
Features
- Decentralized Storage: Provides secure, persistent storage for conversation history and interaction records.
- Seamless Integration: Enables seamless integration with the Membase protocol for memory management.
- Agent Continuity: Ensures agent continuity by maintaining a consistent memory state across interactions.
- Personalization: Enhances personalization by storing and retrieving agent-specific data.
- Traceability: Promotes traceability through verifiable storage on the Unibase DA network.
Usages
usage with Claude Windsurf Cursor Cline
{ "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" } } } }