← All plugins
gridwatch
v1.7.0Exposes dashboards, alert state, and SLO burn rates from your observability stack to agents over streamable HTTP.
1 MCP serverstreamable-http
by Nimbus FleetMIT3.5kupdated 3 months ago
Install
git clone https://github.com/nimbusfleet/gridwatchClone into your agent client’s plugin directory — components are discovered from fixed locations per the spec.
Layout
gridwatch/
├── plugin.json└── mcp.json
MCP servers1
gridwatchstreamable-http
- url
- https://mcp.gridwatch.dev/v1
Manifest
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gridwatch",
"version": "1.7.0",
"description": "Exposes dashboards, alert state, and SLO burn rates from your observability stack to agents over streamable HTTP.",
"author": {
"name": "Nimbus Fleet"
},
"repository": "https://github.com/nimbusfleet/gridwatch",
"license": "MIT",
"keywords": [
"devops",
"observability",
"monitoring"
]
}