mcp-telemetry-server
v0.1.3
Published
MCP server that collects telemetry from any mcp-telemetry-sdk-instrumented tool and pushes live progress to any connected MCP client (Claude Code, Cursor, and others).
Downloads
759
Maintainers
Readme
mcp-telemetry-server
The collector half of mcp-telemetry. Register it as an MCP server to watch live progress from any tool instrumented with mcp-telemetry-sdk.
Install
npm install -g mcp-telemetry-serverRegister it
{
"mcpServers": {
"telemetry": { "command": "npx", "args": ["-y", "mcp-telemetry-server"] }
}
}Tools it exposes
| Tool | Behavior |
|---|---|
| telemetry_subscribe({ jobId?, timeoutMs? }) | Blocks and streams live progress for a job until it finishes. |
| telemetry_jobs() | Lists all known jobs with status and cost. |
| telemetry_job_status({ jobId }) | Full state of one job — steps, cost, failure reason. |
See the main README for a full worked example.
License
MIT
