mcpbeat Sign in

notifyd MCP Server

not responding

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

Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.

Uptime history 17 days of history · worst day 0%
17 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
2 ms
Response time
average over 24h
13
Stars
last commit 18 Sep 2026

What the code does

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

Sends data to a third-party sink src/connectors/chat.rs:27
pub const TELEGRAM_API: &str = "https://api.telegram.org";

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 9 min ago.

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

Endpoints

URLTransportStateLatencyChecked
https://{notifyd_host}/mcp streamable-http answering 2 ms 9 min ago

Alternatives to notifyd

same job, measured the same way
Lastest
by las-team

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

25 installs/wk local only
CircleCI
by circleci

CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts.

22 tools answering
Strategy Lab
by kellyruns

Stress-test lowcap, perp and LP strategies. Returns the full distribution and a reproduction seed.

5 tools answering
Interbang
by interbang

Moderated usability testing: read sessions, notes, transcripts, reports, and draft test scenarios.

answering
CVE Security Advisories (NVD High & Critical) — buy per-query in-session (cvewatch)
by a2awire

CVE advisories: high/critical NVD vulns, daily digest. Register in-session — free testnet funds.

16 tools answering
Show HN Launches — buy per-query in-session (showhnwatch)
by a2awire

Show HN: indie launches & side projects. $0.01/query. Register in-session — free testnet funds.

16 tools answering
Zephyr Scale MCP
by vilaabo

Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments

47 installs/wk local only
Science News Tracker — latest research & discovery headlines (scinews)
by a2awire

Latest science news: research & discoveries. $0.01/query. Register in-session — free testnet funds.

16 tools answering

notifyd — questions

Answers built from our own checks of this server.

Is notifyd working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 2 ms. The bar chart above shows every period we have measured.
The registry lists notifyd 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 notifyd?
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 notifyd need an API key?
No. notifyd 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.
Is notifyd open source?
Yes — it is published under the MIT licence, written in Rust and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.