Last Ping MCP Server

Most monitoring watches a thing and tells you when it looks wrong. LastPing waits for a thing to check in and tells you when it doesn't. That inversion is the whole product: a job that breaks can't send you an error, but it can fail to send you anything - and absence is the one signal a broken process can still produce. It is available as a remote MCP endpoint.

Teams that work with cicd, cron and dead mans switch and want a hosted endpoint instead of running a local process. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #112 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

MIT · Go servers · how we verify → /methodology

01 · Install Last Ping

before you install - you'll need

LASTPING_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add tp322d-lastping-app --transport http https://mcp.lastping.dev

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tp322d-lastping-app": {
      "url": "https://mcp.lastping.dev"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.lastping.dev

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.lastping.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace dev.lastping - domain-verified with the official MCP registry

03 · What Last Ping can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.4 · 2026-09-12

get_incident - one incident's recorded timeline, to match the hosted server (#9) (@tp322d)

v0.1.3 · 2026-09-11

scopes, key lineage and destination host rules, to match the hosted server (#8) (@tp322d)

v0.1.2 · 2026-09-07

wrap untrusted job output in the same envelope as the hosted server (#7) (@tp322d)

04 · Who maintains Last Ping

LastPing is maintained by tp322d. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
DevOps & monitoring - ranked #112 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-09-12)
registry
dev.lastping/lastping (active, first published 2026-08-13)

06 · Last Ping FAQ

What is Last Ping?

Most monitoring watches a thing and tells you when it looks wrong. LastPing waits for a thing to check in and tells you when it doesn't. That inversion is the whole product: a job that breaks can't send you an error, but it can fail to send you anything - and absence is the one signal a broken process can still produce. It is available as a remote MCP endpoint.

Is Last Ping still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Last Ping?

Run `claude mcp add tp322d-lastping-app --transport http https://mcp.lastping.dev`. The README documents one environment variable (LASTPING_API_KEY) to set first. You can also paste the ready-made client config above.

Does Last Ping require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

07 · Alternatives to Last Ping

More DevOps & monitoring MCP servers · Actions Pulse · Uptimepage · Uptime Robot · Release Gate · Bastion (vaquarkhan)

More Go MCP servers · Trip2g · Tripsy · Trino · Patents MCP · Kubefwd · see all