Telemetry Server MCP Server

Socket.IO for AI agents. Instrument any MCP server's tool calls with a few lines, and any MCP client watching (Claude Code, Cursor, or your own tooling) gets live, structured progress - no polling, no context-flooding tool calls. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-29 · ★ 2 · #68 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Telemetry Server

Claude Code

claude mcp add arnavranjan005-mcp-telemetry -- npx -y mcp-telemetry-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "arnavranjan005-mcp-telemetry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-telemetry-server"
      ]
    }
  }
}

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

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 local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-01 - young repo, little track record yet

license MIT - declared in the repository

npm package mcp-telemetry-server - unscoped; check the name against the project README before installing

registry namespace io.github.arnavranjan005 is GitHub-verified and matches the repo owner

03 · What Telemetry Server can do

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

Latest releases

v0.1.3 · 2026-07-02

v0.1.2 · 2026-07-02

Fix deadline-vs-job_done race (Codex review follow-up) · Fix release workflow to publish only changed packages

v0.1.1 · 2026-07-02

Fix two event-ordering races (v0.1.1) · New Contributors · @arnavranjan005 made their first contribution in

04 · Who maintains Telemetry Server

mcp-telemetry-server is maintained by arnavranjan005. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
DevOps & monitoring - ranked #68 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-02)
registry
io.github.arnavranjan005/mcp-telemetry-server (active, first published 2026-07-02)
packages
npm:mcp-telemetry-server

06 · Telemetry Server FAQ

What is Telemetry Server?

Socket.IO for AI agents. Instrument any MCP server's tool calls with a few lines, and any MCP client watching (Claude Code, Cursor, or your own tooling) gets live, structured progress - no polling, no context-flooding tool calls. It runs locally over stdio via the published package.

Is Telemetry Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-29 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Telemetry Server?

Run `npx -y mcp-telemetry-server`. You can also paste the ready-made client config above.

Does Telemetry Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Telemetry Server