Skip to main content
ClaudeWave

MCP server for BlueColumn — persistent semantic memory API for AI agents. Give any MCP-compatible agent the ability to remember, recall, and store observations across sessions.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado yesterday
ClaudeWave Trust Score
49/100
! Caution
Passed
  • Recently active
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bluecolumn-mcp": {
      "command": "node",
      "args": ["/path/to/bluecolumn-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 🧠 BlueColumn MCP Server

> **Give Claude Desktop, Cursor, and any MCP-compatible agent persistent memory across sessions.**

[![npm version](https://img.shields.io/npm/v/bluecolumn-mcp)](https://www.npmjs.com/package/bluecolumn-mcp)
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![BlueColumn](https://img.shields.io/badge/BlueColumn-API-3B82F6)](https://bluecolumn.ai)

**2-minute setup.** Zero-config. Audio-native. Works with every MCP client.

---

MCP server for [BlueColumn](https://bluecolumn.ai) — 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](https://bluecolumn.ai) — 60 min audio + 100 queries/month, no credit card required.

### 2. Install

```bash
npm install -g bluecolumn-mcp
```

### 3. Configure Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```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
```json
{
  "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.

---

**[Sign up free →](https://bluecolumn.ai)** · **[Docs](https://bluecolumn.ai/docs)** · **[GitHub Issues](https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp/issues)**
ai-memorybluecolumnclaudemcp

Lo que la gente pregunta sobre bluecolumn-mcp

¿Qué es bluecolumnconsulting-lgtm/bluecolumn-mcp?

+

bluecolumnconsulting-lgtm/bluecolumn-mcp es mcp servers para el ecosistema de Claude AI. MCP server for BlueColumn — persistent semantic memory API for AI agents. Give any MCP-compatible agent the ability to remember, recall, and store observations across sessions. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala bluecolumn-mcp?

+

Puedes instalar bluecolumn-mcp clonando el repositorio (https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar bluecolumnconsulting-lgtm/bluecolumn-mcp?

+

Nuestro agente de seguridad ha analizado bluecolumnconsulting-lgtm/bluecolumn-mcp y le ha asignado un Trust Score de 49/100 (tier: Caution). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene bluecolumnconsulting-lgtm/bluecolumn-mcp?

+

bluecolumnconsulting-lgtm/bluecolumn-mcp es mantenido por bluecolumnconsulting-lgtm. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a bluecolumn-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega bluecolumn-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: bluecolumnconsulting-lgtm/bluecolumn-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bluecolumnconsulting-lgtm-bluecolumn-mcp)](https://claudewave.com/repo/bluecolumnconsulting-lgtm-bluecolumn-mcp)
<a href="https://claudewave.com/repo/bluecolumnconsulting-lgtm-bluecolumn-mcp"><img src="https://claudewave.com/api/badge/bluecolumnconsulting-lgtm-bluecolumn-mcp" alt="Featured on ClaudeWave: bluecolumnconsulting-lgtm/bluecolumn-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a bluecolumn-mcp