Persistent semantic memory API for AI agents via BlueColumn.
claude mcp add bluecolumn-memory -- npx -y bluecolumn-mcp
claude_desktop_config.json
{
"mcpServers": {
"bluecolumn-memory": {
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bluecolumn-memory": {
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bluecolumn-memory": {
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bluecolumn-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bluecolumn-memory": {
"command": "npx",
"args": [
"-y",
"bluecolumn-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bluecolumnconsulting-lgtm--bluecolumn-memory/reviews or the review_server meta-tool.
POST /mcp