Skip to content
Cline

Cortex RMCP for Cline

ai.dinglebear/cortex-rmcp

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

client:Cline transport:stdio runtime:npm

Install Cortex RMCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "cortex-rmcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Cortex RMCP in other clients