mcpbeat Sign in

Syslog MCP Server

not responding

Syslog MCP 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
3.3%
Uptime 24h
3 of 90 checks
Tools
hidden behind auth
324 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/agent_deploy.rs:67, src/main.rs:339
        .map(|h| h.join(".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 13 min ago.

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

Endpoints

URLTransportStateLatencyChecked
https://syslog.tootie.tv/mcp streamable-http answering 19608 ms 13 min ago

Alternatives to Syslog MCP

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
Hotel Rate Monitoring API
by veyvey45-eng

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

answering
Cortex RMCP
by dinglebear

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

local only
ThousandEyes MCP
by thousandeyes

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

2 tools answering
KOLens
by kolens

TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts.

answering
Cronometer
by cphoskins

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

333 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Alertlogic MCP
by rijul170

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

64 installs/wk local only

Syslog MCP — questions

Answers built from our own checks of this server.

Is Syslog MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 3 of 90 checks got a reply (3.3%), average response time 324 ms. The bar chart above shows every period we have measured.
The registry lists Syslog MCP 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 Syslog MCP?
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 Syslog MCP need an API key?
No. Syslog MCP 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 Syslog MCP?
It answers our handshake in 324 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 Syslog MCP 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.