Loading MCP server directory, please wait...
Persistent memory for AI agents and humans. Store, search, and discover patterns.
npx @getmcp/cli add io.github.jasondostal/cairn-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CAIRN_DB_HOSTPostgreSQL host (pgvector)
CAIRN_DB_PASSPostgreSQL password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jasondostal/cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CAIRN_DB_HOST",
"-e",
"CAIRN_DB_PASS",
"-e",
"CAIRN_TRANSPORT",
"-e",
"CAIRN_LLM_BACKEND",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "",
"CAIRN_DB_PASS": "",
"CAIRN_TRANSPORT": "stdio",
"CAIRN_LLM_BACKEND": "ollama"
}
}
}
}