🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bluecolumn-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluecolumn-mcp

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. Now with Audio Intelligence: voice call continuity, sound-event indexing, and

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

🧠 BlueColumn MCP Server

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

ToolDescription
rememberIngest text, audio, or documents into persistent memory
recallQuery memory with natural language, get AI-synthesized answer + sources
noteStore 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

FeatureBlueColumn MCPOther 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.

Sign up free → · Docs · GitHub Issues

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts