ButlerBrain
@ButlerBrain
22 days ago
Persistent semantic memory for AI assistants, delivered over the Model Context Protocol. Save thoughts, documents, web pages, and PDFs to your brain once then recall them by meaning from Claude, ChatGPT, or any MCP-compatible client. One memory, every AI.
Overview
ButlerBrain
Persistent semantic memory for AI assistants, over the Model Context Protocol.
Save a thought, document, web page, or PDF to your brain once โ then recall it by meaning from Claude, ChatGPT, or any MCP-compatible client. One memory, every AI, no re-explaining.
What you can do
- Save anything โ notes and thoughts, full web pages, PDFs, and calendar events
- Recall by meaning โ semantic vector search across everything you've saved, not just keyword matching
- Use it everywhere โ the same brain is available in Claude, ChatGPT, and any client that speaks MCP
- Bring your own knowledge โ sync an Obsidian vault, crawl web pages, or ingest documents
Tools
save_thoughtโ save a note or piece of information to your brainsearch_brainโ semantic search across everything you've savedget_contextโ pull broader context on a topic across all your notesget_personโ find everything you've saved that mentions a personcrawl_and_saveโ crawl a web page and store it for later recallingest_pdf/get_upload_urlโ add PDFs and documents to your brainadd_event/get_events/delete_eventโ lightweight calendar memory
Works with
Claude ยท ChatGPT ยท Cursor ยท Windsurf ยท any MCP-compatible client.
Get started
Connect at https://butlerbrain.ai โ authenticate once via OAuth and start saving. Free trial included.
Server Config
{
"mcpServers": {
"butlerbrain": {
"transport": "streamable_http",
"url": "https://api.butlerbrain.ai/mcp"
}
}
}