BlueColumn
БесплатноНе проверенPersistent semantic memory for AI agents — remember, recall, and store observations across sessions with vector search.
Описание
Persistent semantic memory for AI agents — remember, recall, and store observations across sessions with vector search.
README
Give Claude Desktop, Cursor, and any MCP-compatible agent persistent memory across sessions.
npm version License BlueColumn
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 |
|---|---|
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 |
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-mcp
3. 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.
Установка BlueColumn
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bluecolumnconsulting-lgtm/bluecolumn-mcpFAQ
BlueColumn MCP бесплатный?
Да, BlueColumn MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для BlueColumn?
Нет, BlueColumn работает без API-ключей и переменных окружения.
BlueColumn — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить BlueColumn в Claude Desktop, Claude Code или Cursor?
Открой BlueColumn на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare BlueColumn with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
