MCP Observability Server
Rank #1,021io.github.gagandeeppra/mcp-observability-server
MCP server providing observability-server capabilities
MCP Observability Server is a Model Context Protocol (MCP) server published by gagandeeppra. It ranks #1,021 of 115,460 servers tracked on MCP Toplist, and its repository has 637 GitHub stars. MCP Observability Server is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 114,439 of 115,460 servers on MCP Toplist.
Use MCP Observability Server
claude mcp add mcp-observability-server -e "NEW_RELIC_API_KEY=<your NEW_RELIC_API_KEY>" -e "NEW_RELIC_ACCOUNT_ID=<your NEW_RELIC_ACCOUNT_ID>" -- uvx mcp-observability-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-observability-server]
command = "uvx"
args = ["mcp-observability-server"]
[mcp_servers.mcp-observability-server.env]
NEW_RELIC_API_KEY = "<your NEW_RELIC_API_KEY>"
NEW_RELIC_ACCOUNT_ID = "<your NEW_RELIC_ACCOUNT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<your NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<your NEW_RELIC_ACCOUNT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<your NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<your NEW_RELIC_ACCOUNT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-observability-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<your NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<your NEW_RELIC_ACCOUNT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<your NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<your NEW_RELIC_ACCOUNT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<your NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<your NEW_RELIC_ACCOUNT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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.gagandeeppra%2Fmcp-observability-server)<a href="https://mcptoplist.com/server/io.github.gagandeeppra%2Fmcp-observability-server"><img src="https://mcptoplist.com/badge/io.github.gagandeeppra%2Fmcp-observability-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gagandeeppra
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Observability Server?
- MCP Observability Server is maintained by gagandeeppra, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MCP Observability Server listed on the Official MCP Registry?
- Yes — MCP Observability Server is listed on the Official MCP Registry.
- How many versions does MCP Observability Server have?
- MCP Toplist tracks 2 versions of MCP Observability Server, most recently published on Feb 17, 2026.
- Where can I find the source code for MCP Observability Server?
- The source code for MCP Observability Server is hosted at github.com/gagandeeppra/mcp-observability-server.