mcpbeat Sign in

Cortex RMCP MCP Server

local only

Cortex RMCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

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

Installs per day peak 353 · avg 57 · -18% w/w
a month agotoday
Installs / week
npm · cortex-rmcp
3
Stars
3 open issues
14 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Rust

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Asks for container control access src/agent_deploy.rs:450
               -v /var/run/docker.sock:/var/run/docker.sock \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cortex-rmcp -- npx -y cortex-rmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cortex-rmcp": {
      "args": [
        "-y",
        "cortex-rmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cortex-rmcp]
command = "npx"
args = ["-y", "cortex-rmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cortex-rmcp": {
      "args": [
        "-y",
        "cortex-rmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cortex-rmcp": {
      "args": [
        "-y",
        "cortex-rmcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CORTEX_HOME (Optional Cortex home directory containing configuration and local SQLite data.), CORTEX_TOKEN (Optional bearer token for Cortex MCP HTTP mode; also used by some shared configs.), CORTEX_API_TOKEN (Bearer token for Cortex REST API routes when running daemon/API mode.), CORTEX_RMCP_VERSION (Optional GitHub release tag override for the downloaded Cortex binary.), CORTEX_RMCP_REPO (Optional GitHub owner/repo override for release asset downloads.), CORTEX_RMCP_RELEASE_BASE_URL (Optional release download base URL override.), RUST_LOG (Tracing filter for Cortex logs.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cortex RMCP

same job, measured the same way
Synapse RMCP
by dinglebear

Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.

local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Synapse RMCP
by dinglebear

Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.

59 installs/wk local only
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Docker MCP Server
by friendlygeorge

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

78 installs/wk local only
Unraid RMCP
by dinglebear

Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.

local only

Cortex RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cortex RMCP?
Cortex RMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cortex-rmcp.
How do I connect Cortex RMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cortex-rmcp straight from npm; nothing to host, nothing to sign up for.
Is Cortex RMCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust, 3 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.