Agentic Observability MCP
Rank #53,372io.github.mdfifty50-boop/agentic-observability
Agent tracing, cost tracking, anomaly detection for LLM agents
Agentic Observability MCP is a Model Context Protocol (MCP) server published by mdfifty50-boop. It ranks #53,372 of 115,460 servers tracked on MCP Toplist. Agentic Observability MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 22, 2026 and most recently updated on Apr 23, 2026.
Ranks ahead of 62,088 of 115,460 servers on MCP Toplist.
Use Agentic Observability MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentic-observability -- npx -y agentic-observability-mcp[mcp_servers.agentic-observability]
command = "npx"
args = ["-y", "agentic-observability-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentic-observability": {
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentic-observability": {
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentic-observability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentic-observability": {
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-observability": {
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mdfifty50-boop%2Fagentic-observability)<a href="https://mcptoplist.com/server/io.github.mdfifty50-boop%2Fagentic-observability"><img src="https://mcptoplist.com/badge/io.github.mdfifty50-boop%2Fagentic-observability.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mdfifty50-boop
Other servers by mdfifty50-boop
- agent-guard-mcp#45,427 · 2 vers
- Agent Security MCP#45,428 · 2 vers
- compliance-shield-mcp#45,429 · 2 vers
- Domain Expertise MCP#45,430 · 2 vers
- GCC Intelligence MCP#45,431 · 2 vers
- qc-validator-mcp#45,432 · 2 vers
- scope-guard-mcp#45,433 · 2 vers
- token-lens-mcp#45,434 · 2 vers
- a2a-bridge-mcp#53,369 · 1 ver
- agent-costcenter-mcp#53,370 · 1 ver
- agent-replay-mcp#53,371 · 1 ver
- docx-forge-mcp#53,373 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Agentic Observability MCP?
- Agentic Observability MCP is maintained by mdfifty50-boop, which publishes 16 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Agentic Observability MCP listed on the Official MCP Registry?
- Yes — Agentic Observability MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agentic Observability MCP have?
- MCP Toplist tracks 1 version of Agentic Observability MCP, most recently published on Apr 23, 2026.
- Where can I find the source code for Agentic Observability MCP?
- The source code for Agentic Observability MCP is hosted at github.com/mdfifty50-boop/agent-observability-mcp.