From the dashboard, go to the Agents tab and click + Add Agent, then pick your client.
Most agents connect with a single command or one-click setup. Some plugin-based clients ask you to run a login command inside the agent after installation.
Cursor
ChatGPT
Claude
Claude Code
Codex
VS Code
Poke
Gemini CLI
OpenCode
OpenClaw
Hermes
MCP URL
Click “Add to Cursor” in the dashboard. Cursor installs Membase automatically.
Go to Settings > Apps > Advanced Settings, click Create app, and enter the MCP URL:
Requires Python 3.11+. If you prefer pip, pip install hermes-membase && hermes-membase install also works.
For any MCP-compatible client, use the server URL directly:
https://mcp.membase.so/mcp
For detailed step-by-step instructions, see the Agents guide for MCP clients, Claude Code for the Claude Code plugin, plus the dedicated plugin pages for OpenClaw and Hermes.
Tell your agent something worth remembering. Your agent calls add_memory to store it in Membase.
Your prompt
I prefer TypeScript over JavaScript, and I use Bun as my package manager.My current project is a Next.js app with Supabase for auth.
add_memory
✓ Saves the conversation as an episode✓ Extracts entities: TypeScript, Bun, Next.js, Supabase✓ Links related entities and episodes in your knowledge graph
Next time you (or any connected agent) need context, your agent calls search_memory to pull relevant memories.
Your prompt
Set up a new project for me.
search_memory → results
✓ Found: "Prefers TypeScript over JavaScript"✓ Found: "Uses Bun as package manager"✓ Found: "Current project uses Next.js + Supabase"→ Agent sets up the project with TypeScript, Bun, and Next.js without you repeating anything.
You don’t need to trigger any of this manually. Your agent decides when to save and when to search. Just chat normally.
The same agent can also write and search factual knowledge via add_wiki and search_wiki. Memory is for personal context; the wiki is for reference material (docs, specs, stable notes). See the Knowledge Wiki guide for details.
You’re all set! Your agent now has persistent memory powered by Membase. Memories are automatically created, updated, and shared as you interact.