mcpbeat Sign in

Bluecolumn Memory MCP Server

by bluecolumnconsulting-lgtm Your server? Claim it
local only

Bluecolumn Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 9 Sep 2026.

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

Installs per day peak 134 · avg 15 · +483% w/w
a month agotoday
69
Installs / week
npm · bluecolumn-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository bluecolumnconsulting-lgtm/bluecolumn-mcp
пакет bluecolumn-mcp ссылается на bluecolumn/bluecolumn-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bluecolumn-memory -- npx -y bluecolumn-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bluecolumn-memory": {
      "args": [
        "-y",
        "bluecolumn-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bluecolumn-memory]
command = "npx"
args = ["-y", "bluecolumn-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bluecolumn-memory": {
      "args": [
        "-y",
        "bluecolumn-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bluecolumn-memory": {
      "args": [
        "-y",
        "bluecolumn-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BLUECOLUMN_API_KEY (Your BlueColumn API key. Get a free key at https://bluecolumn.ai), BLUECOLUMN_API_URL (BlueColumn API base URL for the audio-intelligence layer (/v1/audio/*, /v1/calls/*, /v1/sound/*, /v1/music/*). Defaults to http://localhost:8000 (local FastAPI backend).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bluecolumn Memory

same job, measured the same way
Session Forge
by 420247jake

Persistent memory and session intelligence for AI coding assistants. Zero config.

52 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Memory Nexus MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

52 installs/wk local only
Nexus Memory MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

44 installs/wk local only
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Neural Memory
by nhadaututtheky

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

47 installs/wk local only
Archetypal AI
by archetypal-ai

Persistent memory for AI agents. recall, remember, checkpoint — soul preservation.

34 installs/wk local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only

Bluecolumn Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Bluecolumn Memory?
Bluecolumn Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bluecolumn-mcp was installed 69 times last week.
How do I connect Bluecolumn Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bluecolumn-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bluecolumn Memory?
The npm package bluecolumn-mcp was installed 69 times in the last week. Week over week that is +483%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bluecolumn Memory open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.