mcpbeat Sign in

Cortex MCP Server

not responding

Cortex is listed as active in the registry but did not answer our last check. Last commit 18 Sep 2026.

Syslog receiver and MCP server for homelab log intelligence.

Uptime history 51 days of history · worst day 0%
51 days agonow
2.2%
Uptime 24h
2 of 90 checks
Tools
hidden behind auth
325 ms
Response time
average over 24h
3
Stars
last commit 18 Sep 2026

What changed 45

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

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
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
and 35 more, back to 9 August 2026

What the code does

We read the source, 8 h 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.

Runs an external command packages/cortex-rmcp/bin/cortex.js:9
if (!fs.existsSync(binary)) { const installer = path.resolve(__dirname, "..", "scripts", "install.js"); const install = spawnSync(process.execPath, [installer], { stdio: "inherit" }); if (install.status !== 0) fail("binary is not installed; postinstall may have failed"); }
Builds a database query by concatenation src/db/error_signatures.rs:108, src/db/queries.rs:1279
         DO UPDATE SET count_in_window = count_in_window + excluded.count_in_window",
                source: Some("/var/run/docker.sock".to_string()),
Touches key and credential files src/main.rs:339
            anyhow::bail!("no hosts found in ~/.ssh/config");

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add cortex --transport http https://cortex.tootie.tv/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cortex": {
      "url": "https://cortex.tootie.tv/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cortex]
url = "https://cortex.tootie.tv/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cortex": {
      "url": "https://cortex.tootie.tv/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cortex": {
      "url": "https://cortex.tootie.tv/mcp"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://cortex.tootie.tv/mcp streamable-http answering 19615 ms 12 min ago

Alternatives to Cortex

same job, measured the same way
Cortex RMCP
by dinglebear

Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.

94 installs/wk local only
Cortex RMCP
by dinglebear

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

local only
Hotel Rate Monitoring API
by veyvey45-eng

Remote MCP server for hotel rate monitoring, parity checks, and pricing intelligence via Apify.

answering
ThousandEyes MCP
by thousandeyes

ThousandEyes MCP Server for network intelligence: outages, anomalies, alerts, events, and tests.

2 tools answering
Yandex Metrika
by dontsovcmc

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

98 installs/wk local only
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

21 installs/wk local only

Cortex — questions

Answers built from our own checks of this server.

Is Cortex working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 2 of 90 checks got a reply (2.2%), average response time 325 ms. The bar chart above shows every period we have measured.
The registry lists Cortex as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Cortex?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Cortex need an API key?
No. Cortex completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
How fast is Cortex?
It answers our handshake in 325 ms on average, which is faster than 50% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cortex open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust, 3 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.