mcp observability server for Zed
io.github.gagandeeppra/mcp-observability-server
MCP server for querying logs from observability platforms with unified search and tracing
client:Zed
transport:stdio
runtime:pypi
Install mcp observability server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<NEW_RELIC_ACCOUNT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs