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 ServersOfficial Registry0 stars0 forksJavaScriptUpdated 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.
Use cases

MCP Servers overview

# 🧠 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

What people ask about bluecolumn-mcp

What is bluecolumnconsulting-lgtm/bluecolumn-mcp?

+

bluecolumnconsulting-lgtm/bluecolumn-mcp is mcp servers for the Claude AI ecosystem. 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. It has 0 GitHub stars and was last updated yesterday.

How do I install bluecolumn-mcp?

+

You can install bluecolumn-mcp by cloning the repository (https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is bluecolumnconsulting-lgtm/bluecolumn-mcp safe to use?

+

Our security agent has analyzed bluecolumnconsulting-lgtm/bluecolumn-mcp and assigned a Trust Score of 49/100 (tier: Caution). See the full breakdown of passed checks and flags on this page.

Who maintains bluecolumnconsulting-lgtm/bluecolumn-mcp?

+

bluecolumnconsulting-lgtm/bluecolumn-mcp is maintained by bluecolumnconsulting-lgtm. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to bluecolumn-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy bluecolumn-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

bluecolumn-mcp alternatives