Loading MCP server directory, please wait...
Persistent semantic memory API for AI agents via BlueColumn.
npx @getmcp/cli add io.github.bluecolumnconsulting-lgtm/bluecolumn-memoryRequires Node.js 18+. Community-contributed server. Review source before installing.
BLUECOLUMN_API_KEYYour BlueColumn API key. Get a free key at https://bluecolumn.ai
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bluecolumnconsulting-lgtm/bluecolumn-memory": {
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
],
"env": {
"BLUECOLUMN_API_KEY": ""
}
}
}
}