Cortex RMCP for Claude Desktop
ai.dinglebear/cortex
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
client:Claude Desktop
transport:stdio
runtime:npm
Install Cortex RMCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": [
"-y",
"@dinglebear/cortex"
],
"env": {
"CORTEX_HOME": "<CORTEX_HOME>",
"CORTEX_TOKEN": "<CORTEX_TOKEN>",
"CORTEX_API_TOKEN": "<CORTEX_API_TOKEN>",
"CORTEX_RMCP_VERSION": "<CORTEX_RMCP_VERSION>",
"CORTEX_RMCP_REPO": "<CORTEX_RMCP_REPO>",
"CORTEX_RMCP_RELEASE_BASE_URL": "<CORTEX_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs