
Connects Claude or any MCP client to BlueColumn's persistent semantic memory API. Exposes three tools: remember for ingesting text, audio, or documents into long-term storage, recall for querying that memory with natural language and getting synthesized answers with sources, and note for storing lightweight agent observations as vectors. Solves the stateless conversation problem by letting agents maintain context across sessions. Free tier includes 60 minutes of audio processing and 100 queries per month. Reach for this when you need your agent to build up knowledge over time rather than starting fresh every conversation.
Give Claude Desktop, Cursor, and any MCP-compatible agent persistent memory across sessions.
2-minute setup. Zero-config. Audio-native. Works with every MCP client.
MCP server for BlueColumn — persistent semantic memory for AI agents.
Give any MCP-compatible agent (Claude Desktop, Cursor, Windsurf, LangChain, AutoGen, CrewAI) the ability to remember, recall, and store observations across sessions.
| Tool | Description |
|---|---|
remember | Ingest text, audio, or documents into persistent memory |
recall | Query memory with natural language, get AI-synthesized answer + sources |
note | Store lightweight agent observations as searchable vectors |
Sign up free at bluecolumn.ai — 60 min audio + 100 queries/month, no credit card required.
npm install -g bluecolumn-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bluecolumn": {
"command": "bluecolumn-mcp",
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY"
}
}
}
}
Done. Claude now remembers everything you tell it to.
| Feature | BlueColumn MCP | Other MCP Memory Servers |
|---|---|---|
| Audio ingestion | ✅ Native (transcribe + store) | ❌ Text only |
| Plain English recall | ✅ "What did we decide about pricing?" | ❌ Keyword/vector only |
| Setup time | ~2 minutes | ~10-30 minutes |
| Cloud managed | ✅ No infra to run | ⚠️ Most require local DB |
| Namespace isolation | ✅ Built-in per key | ⚠️ Manual |
Remember: We're building a React component library called Aether with Tailwind CSS v4.
What project was I working on? What was my tech stack?
→ Claude recalls: "You're building Aether, a React component library with Tailwind CSS v4"
Record a voice memo → BlueColumn transcribes it → Claude remembers it.
{
"mcpServers": {
"bluecolumn": {
"command": "bluecolumn-mcp",
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY",
"BLUECOLUMN_NAMESPACE": "my_project"
}
}
}
}
Use different namespaces for work, personal, and side projects. Each stays isolated.
BLUECOLUMN_API_KEY*secretYour BlueColumn API key. Get a free key at https://bluecolumn.ai