From a707eae84e4597dd25134b2a5b499715c9ef94d3 Mon Sep 17 00:00:00 2001 From: Arnav Ranjan Date: Thu, 2 Jul 2026 18:25:28 +0530 Subject: [PATCH 1/2] Add mcp-telemetry to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..4541d2807 100644 --- a/README.md +++ b/README.md @@ -2242,6 +2242,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [alilxxey/openobserve-community-mcp](https://github.com/alilxxey/openobserve-community-mcp) [![alilxxey/openobserve-community-mcp MCP server](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp) 🐍 🏠 🍎 🪟 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license. - [Alog/alog-mcp](https://github.com/saikiyusuke/alog-mcp) 📇 ☁️ - AI agent activity logger & monitor MCP server with 20 tools. Post logs, create articles, manage social interactions, and monitor AI agent activities on the Alog platform. - [antonio-mello-ai/mcp-redis-monitor](https://github.com/antonio-mello-ai/mcp-redis-monitor) [![antonio-mello-ai/mcp-redis-monitor MCP server](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor/badges/score.svg)](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor) 🐍 🏠 - Read-only Redis monitoring — queue depths by type, Celery queue status, connected clients, server/memory stats, and key counts per database. 5 tools, built with FastMCP. Install: `uvx mcp-redis-monitor`. +- [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) 📇 🏠 🍎 🪟 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` — no polling, and a job started in one session can be watched from a completely different one. - [avivsinai/langfuse-mcp](https://github.com/avivsinai/langfuse-mcp) 🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications. - [alimuratkuslu/byok-observability-mcp](https://github.com/alimuratkuslu/byok-observability-mcp) [![alimuratkuslu/byok-observability-mcp MCP server](https://glama.ai/mcp/servers/alimuratkuslu/byok-observability-mcp/badges/score.svg)](https://github.com/alimuratkuslu/byok-observability-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Comprehensive MCP server for Grafana, Prometheus, Kafka UI, and Datadog with a secure "Bring Your Own Key" or BYOK model. - [bmdhodl/agent47](https://github.com/bmdhodl/agent47) [![bmdhodl/agent47 MCP server](https://glama.ai/mcp/servers/bmdhodl/agent47/badges/score.svg)](https://glama.ai/mcp/servers/bmdhodl/agent47) 📇 ☁️ - Runtime guardrails and incident read access for coding agents. Query AgentGuard traces, alerts, usage, costs, and budget health. From 6483859859ac0c13128282fc4656ae54bd9a6073 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Jul 2026 07:27:23 +0000 Subject: [PATCH 2/2] Add Glama score badge for mcp-telemetry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4541d2807..db153bd0c 100644 --- a/README.md +++ b/README.md @@ -2242,7 +2242,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [alilxxey/openobserve-community-mcp](https://github.com/alilxxey/openobserve-community-mcp) [![alilxxey/openobserve-community-mcp MCP server](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alilxxey/openobserve-community-mcp) 🐍 🏠 🍎 🪟 🐧 - Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license. - [Alog/alog-mcp](https://github.com/saikiyusuke/alog-mcp) 📇 ☁️ - AI agent activity logger & monitor MCP server with 20 tools. Post logs, create articles, manage social interactions, and monitor AI agent activities on the Alog platform. - [antonio-mello-ai/mcp-redis-monitor](https://github.com/antonio-mello-ai/mcp-redis-monitor) [![antonio-mello-ai/mcp-redis-monitor MCP server](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor/badges/score.svg)](https://glama.ai/mcp/servers/antonio-mello-ai/mcp-redis-monitor) 🐍 🏠 - Read-only Redis monitoring — queue depths by type, Celery queue status, connected clients, server/memory stats, and key counts per database. 5 tools, built with FastMCP. Install: `uvx mcp-redis-monitor`. -- [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) 📇 🏠 🍎 🪟 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` — no polling, and a job started in one session can be watched from a completely different one. +- [arnavranjan005/mcp-telemetry](https://github.com/arnavranjan005/mcp-telemetry) [![arnavranjan005/mcp-telemetry MCP server](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry/badges/score.svg)](https://glama.ai/mcp/servers/arnavranjan005/mcp-telemetry) 📇 🏠 🍎 🪟 🐧 - Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` — no polling, and a job started in one session can be watched from a completely different one. - [avivsinai/langfuse-mcp](https://github.com/avivsinai/langfuse-mcp) 🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications. - [alimuratkuslu/byok-observability-mcp](https://github.com/alimuratkuslu/byok-observability-mcp) [![alimuratkuslu/byok-observability-mcp MCP server](https://glama.ai/mcp/servers/alimuratkuslu/byok-observability-mcp/badges/score.svg)](https://github.com/alimuratkuslu/byok-observability-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Comprehensive MCP server for Grafana, Prometheus, Kafka UI, and Datadog with a secure "Bring Your Own Key" or BYOK model. - [bmdhodl/agent47](https://github.com/bmdhodl/agent47) [![bmdhodl/agent47 MCP server](https://glama.ai/mcp/servers/bmdhodl/agent47/badges/score.svg)](https://glama.ai/mcp/servers/bmdhodl/agent47) 📇 ☁️ - Runtime guardrails and incident read access for coding agents. Query AgentGuard traces, alerts, usage, costs, and budget health.