MCP Server
MCP
io.github.bluecolumnconsulting-lgtm/bluecolumn-memory
Persistent semantic memory API for AI agents with Audio Intelligence.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "bluecolumn-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your BlueColumn API key. Get a free key at https://bluecolumn.ai",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BLUECOLUMN_API_KEY"
},
{
"description": "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).",
"format": "string",
"name": "BLUECOLUMN_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment