Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUECOLUMN_API_KEYYesYour BlueColumn API key, starts with bc_live_
BLUECOLUMN_NAMESPACENoOptional namespace for isolating memories

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rememberA

Store text, a document URL, or audio URL into BlueColumn persistent memory. Returns a summary, action items, and key topics automatically extracted by AI. Use when the user or agent wants to save information for future recall.

namespaceA

Get the BlueColumn namespace this MCP server is configured to write/read (default: nl).

recallA

Query BlueColumn memory using natural language. Returns an AI-synthesized answer with source citations. Use when the agent needs to retrieve past information, answer questions about stored content, or get context from previous sessions.

noteA

Store a lightweight agent observation as a searchable vector. Use when the agent wants to save a quick preference, decision, or observation without needing full document processing. Faster than remember for short notes.

audio_ingestC

NEW (Audio Intelligence): Ingest audio (calls, voice notes, podcasts, music) and extract semantic memory using the audio-intelligence layer. Requires BLUECOLUMN_API_URL to point at the BlueColumn API.

call_prepareB

NEW (Audio Intelligence): Get memory context before a voice call starts.

call_completeB

NEW (Audio Intelligence): Store what changed after a call ends.

audio_recallC

NEW (Audio Intelligence): Search audio memories and get audio-backed citations.

sound_analyzeC

NEW (Audio Intelligence): Detect and index non-speech audio events.

music_analyzeC

NEW (Audio Intelligence): Extract tempo, structure, instrumentation, mood from music.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bluecolumnconsulting-lgtm/bluecolumn-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server