Bluecolumn Memory
БесплатноНе проверенPersistent semantic memory API for AI agents via BlueColumn.
Описание
Persistent semantic memory API for AI agents via BlueColumn.
README
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.
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"
}
}
}
}
Restart Claude Desktop. Your agent now has persistent memory.
Usage
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
Example with LangChain
from langchain_mcp import MCPToolkit
toolkit = MCPToolkit(server_name="bluecolumn")
tools = toolkit.get_tools()
# Tools: remember, recall, note — all backed by BlueColumn
Pricing
| 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 |
Links
Установить Bluecolumn Memory в Claude Desktop, Claude Code, Cursor
unyly install bluecolumn-memoryСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add bluecolumn-memory -- npx -y bluecolumn-mcpFAQ
Bluecolumn Memory MCP бесплатный?
Да, Bluecolumn Memory MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bluecolumn Memory?
Нет, Bluecolumn Memory работает без API-ключей и переменных окружения.
Bluecolumn Memory — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bluecolumn Memory в Claude Desktop, Claude Code или Cursor?
Открой Bluecolumn Memory на 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 Memory with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
