ButlerBrain MCP Server for Claude
ButlerBrain hosted MCP server providing persistent memory for AI assistants so Claude can store and recall context across sessions via api.butlerbrain.ai.
Open the source and read safety notes before installing.
Safety notes
- Persistent memory can retain incorrect or outdated facts until explicitly updated or deleted.
- Memory write tools may store sensitive information if prompts include secrets or credentials.
- Shared ButlerBrain workspaces can expose memories to other authorised users in the same account.
- Review memory contents periodically to prevent unbounded accumulation of stale context.
Privacy notes
- Memories you save are stored on ButlerBrain infrastructure under its privacy and retention terms.
- Do not store passwords, API keys, health records, or other regulated data in assistant memory.
- Exported memory dumps may contain personal preferences; treat them as confidential user data.
Prerequisites
- ButlerBrain account with memory storage enabled for your workspace.
- Claude Pro, Team, or Enterprise with Connectors support, or Claude Code with HTTP MCP transport.
- Data retention policy review before storing customer PII or regulated data in persistent memory.
- Understanding of what should and should not be remembered across sessions.
Schema details
- Install type
- cli
- Reading time
- 4 min
- Difficulty score
- 30
- Troubleshooting
- Yes
- Breaking changes
- No
- Estimated setup
- 10 minutes
- Difficulty
- intermediate
- Website
- https://butlerbrain.ai
Full copyable content
{
"mcpServers": {
"butlerbrain": {
"url": "https://api.butlerbrain.ai/mcp",
"type": "http"
}
}
}About this resource
Overview
ButlerBrain provides a hosted Model Context Protocol server that adds persistent memory to AI assistants. Claude can store facts, preferences, and project context in ButlerBrain and recall them in later sessions, reducing repetitive re-briefing.
Learn more at butlerbrain.ai. The MCP endpoint is https://api.butlerbrain.ai/mcp.
Features
- Save and retrieve persistent memories across Claude sessions.
- Organise context by projects, tags, or namespaces where supported.
- Hosted remote HTTP transport at
api.butlerbrain.ai/mcp. - OAuth or account sign-in through ButlerBrain connectors.
- Designed for long-running assistant workflows and personal knowledge bases.
Use Cases
- Remember coding conventions and repo preferences for a team project.
- Store user role and stack choices for a multi-week build engagement.
- Recall meeting decisions and action items between weekly check-ins.
- Maintain a rolling glossary of domain terms for a client engagement.
- Persist bug triage context across interrupted debugging sessions.
Installation
Claude (Connectors)
- Add a custom connector under Settings → Connectors.
- Enter the MCP URL:
https://api.butlerbrain.ai/mcp. - Sign in with your ButlerBrain account.
- Enable the connector and instruct Claude when to read or write memory.
Claude Code
claude mcp add --transport http butlerbrain https://api.butlerbrain.ai/mcp
claude mcp list
Other MCP clients
Add a remote HTTP connector at https://api.butlerbrain.ai/mcp and authenticate with ButlerBrain.
Configuration
{
"mcpServers": {
"butlerbrain": {
"url": "https://api.butlerbrain.ai/mcp",
"type": "http"
}
}
}
Authentication is handled through ButlerBrain sign-in in the connector UI.
Examples
Save project context
Remember in ButlerBrain that this repo uses pnpm, Vitest, and Conventional Commits for all future sessions on Project Atlas.
Recall preferences
What do you remember in ButlerBrain about my preferred TypeScript style for this client?
Update stale memory
Update ButlerBrain: we migrated from Jest to Vitest last week; forget the old Jest setup notes.
Security
- Never store credentials, tokens, or regulated personal data in persistent memory.
- Audit shared workspace memories before inviting new collaborators.
- Delete obsolete memories to reduce leakage if accounts are compromised.
Troubleshooting
Memory not recalled
Confirm the connector is enabled in the current conversation and you are signed into the same ButlerBrain workspace.
Conflicting memories
Issue explicit update or delete instructions; ButlerBrain may retain older entries until overwritten.
OAuth errors
Re-authorise the connector and verify your ButlerBrain subscription includes MCP memory features.
Over-broad retention
Periodically prune memories and avoid storing entire documents when summaries suffice.
Source citations
Add this badge to your README
Show that ButlerBrain MCP Server for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/ai-butlerbrain-mcp-mcp-server)Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.