1. Conduid
  2. Developer Tools
  3. io.github.bluecolumnconsulting-lgtm/bluecolumn-memory
MCP server · Developer Tools

io.github.bluecolumnconsulting-lgtm/bluecolumn-memory

Persistent semantic memory API for AI agents via BlueColumn.

Unclaimed devtools
37Low

Scored 4 months ago · breakdown

About io.github.bluecolumnconsulting-lgtm/bluecolumn-memory

io.github.bluecolumnconsulting-lgtm/bluecolumn-memory is an MCP server in the Developer Tools category: persistent semantic memory API for AI agents via BlueColumn. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-bluecolumnconsulting-lgtm-bluecolumn-memory -- npx -y bluecolumn-mcp
npx
npx -y bluecolumn-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.bluecolumnconsulting-lgtm/bluecolumn-memory

Powered by Claude · Grounded in docs

I know everything about io.github.bluecolumnconsulting-lgtm/bluecolumn-memory. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

bluecolumn-mcp

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.bluecolumnconsulting-lgtm/bluecolumn-memory

How do I install io.github.bluecolumnconsulting-lgtm/bluecolumn-memory?

Run claude mcp add io-github-bluecolumnconsulting-lgtm-bluecolumn-memory -- npx -y bluecolumn-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.bluecolumnconsulting-lgtm/bluecolumn-memory safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.bluecolumnconsulting-lgtm/bluecolumn-memory still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.