bluecolumn-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bluecolumn-mcpWhat did we decide about pricing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ง BlueColumn MCP Server
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.
Tools
Tool | Description |
| Ingest text, audio, or documents into persistent memory |
| Query memory with natural language, get AI-synthesized answer + sources |
| Store lightweight agent observations as searchable vectors |
Related MCP server: hypermnesia
Setup
1. Get your BlueColumn API key
Sign up free at bluecolumn.ai โ 60 min audio + 100 queries/month, no credit card required.
2. Install
npm install -g bluecolumn-mcp3. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bluecolumn": {
"command": "bluecolumn-mcp",
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY"
}
}
}
}4. Restart Claude
Done. Claude now remembers everything you tell it to.
What Makes BlueColumn Different
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 |
Examples
Store project context
Remember: We're building a React component library called Aether with Tailwind CSS v4.Recall across sessions (new conversation)
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"
Store audio notes
Record a voice memo โ BlueColumn transcribes it โ Claude remembers it.
Advanced
Custom namespace
{
"mcpServers": {
"bluecolumn": {
"command": "bluecolumn-mcp",
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY",
"BLUECOLUMN_NAMESPACE": "my_project"
}
}
}
}Multiple environments
Use different namespaces for work, personal, and side projects. Each stays isolated.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenancePersistent memory for AI agents. Store, recall, and share knowledge across sessions with five MCP tools: remember, recall, context, forget, and share. Includes semantic search and agent/user/org scoping.Last updated52Apache 2.0
- Alicense-qualityBmaintenanceA semantic memory store for AI agents, enabling persistent memory across sessions via MCP tools with semantic search, scoped access, and local embeddings.Last updatedMIT
- Alicense-qualityBmaintenanceProvides persistent, searchable memory for MCP-compatible agents, enabling recall by meaning, automatic decay, trust scoring, and cross-agent handoffs.Last updated4MIT
- AlicenseAqualityDmaintenanceProvides persistent memory with semantic search for MCP-based AI agents, enabling them to store and recall information across sessions using vector embeddings.Last updated41MIT
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bluecolumnconsulting-lgtm/bluecolumn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server