Cortex RMCP for Claude Code
ai.dinglebear/cortex-rmcp
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
client:Claude Code
transport:stdio
runtime:npm
Install Cortex RMCP in Claude Code
run in your project directory
claude mcp add cortex-rmcp -e CORTEX_HOME=<CORTEX_HOME> -e CORTEX_TOKEN=<CORTEX_TOKEN> -e CORTEX_API_TOKEN=<CORTEX_API_TOKEN> -e CORTEX_RMCP_VERSION=<CORTEX_RMCP_VERSION> -e CORTEX_RMCP_REPO=<CORTEX_RMCP_REPO> -e CORTEX_RMCP_RELEASE_BASE_URL=<CORTEX_RMCP_RELEASE_BASE_URL> -e RUST_LOG=<RUST_LOG> -- npx -y cortex-rmcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs