Back to MCP Servers
Membase
Save and query your agent memory in distributed way by Membase
knowledge-memoryagent
By unibaseio
Installation
npx -y membase-mcpConfiguration
{
"mcpServers": {
"membase-mcp": {
"command": "npx",
"args": ["-y", "membase-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes