Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"bluecolumn": {
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY"
},
"command": "bluecolumn-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for BlueColumn — persistent semantic memory for AI agents.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'bluecolumn-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked bluecolumn-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.bluecolumnconsulting-lgtm/bluecolumn-memory and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for BlueColumn — persistent semantic memory for AI agents.
Give any MCP-compatible agent (Claude Desktop, 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"
}
}
}
}
Restart Claude Desktop. Your agent now has persistent memory.
Once configured, your agent can:
Remember this: our API uses Voyage AI embeddings at 512 dimensions
→ Uses the `remember` tool automatically
What embedding model does our API use?
→ Uses the `recall` tool to query memory
Note: user prefers bullet points over paragraphs
→ Uses the `note` tool for quick observations
from langchain_mcp import MCPToolkit
toolkit = MCPToolkit(server_name="bluecolumn")
tools = toolkit.get_tools()
# Tools: remember, recall, note — all backed by BlueColumn
| Plan | Price | Audio | Queries |
|---|---|---|---|
| Free | $0 | 60 min/mo | 100/mo |
| Developer | $29/mo | 600 min | 2,000 |
| Builder | $79/mo | 2,000 min | 8,000 |
| Scale | $249/mo | 6,000 min | 20,000 |