Skip to content
Grok

Cortex RMCP for Grok

ai.dinglebear/cortex-rmcp

Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.

client:Grok transport:stdio runtime:npm

Install Cortex RMCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cortex-rmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cortex-rmcp"
      ],
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Cortex RMCP in other clients