MCP Server
MCP
io.github.gagandeeppra/mcp-observability-server
MCP server for querying logs from observability platforms with unified search and tracing
Install
uvx mcp-observability-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-observability-server",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for New Relic integration",
"name": "NEW_RELIC_API_KEY"
},
{
"description": "Account ID for New Relic integration",
"name": "NEW_RELIC_ACCOUNT_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment