membase-mcp
Membase is a decentralized memory layer for AI agents, offering secure and persistent storage of conversation history and knowledge through the Unibase network. It ensures agent continuity and easy integration with the Membase protocol for decentralized storage.
Description
Membase is the first decentralized memory layer for AI agents, powered by Unibase. It provides secure, persistent storage for conversation history, interaction records, and knowledge — ensuring agent continuity, personalization, and traceability.
The Membase-MCP Server enables seamless integration with the Membase protocol, allowing agents to upload and retrieve memory from the Unibase DA network for decentralized, verifiable storage.
Functions
- get_conversation_id: Get the current conversation id.
- switch_conversation: Switch to a different conversation.
- save_message: Save a message/memory into the current conversation.
- get_messages: Get the last n messages from the current conversation.
Usage
Call functions in llm chat to get conversation id, switch conversation, save messages, and retrieve messages.