- Add SearXNG syslog ingestion and blackbox health probes on miranda and rosalind for per-host attributable failure detection - Scrape Argos MCP application metrics from miranda - Add Pallas dashboard panels for downstream availability and turn error ratios
21 lines
454 B
Django/Jinja
21 lines
454 B
Django/Jinja
{
|
|
"mcpServers": {
|
|
"time": {
|
|
"command": "/srv/mcpo/.venv/bin/python",
|
|
"args": ["/srv/mcpo/.venv/bin/mcp-server-time", "--local-timezone=America/Toronto"]
|
|
},
|
|
"argos": {
|
|
"type": "streamable_http",
|
|
"url": "{{argos_mcp_url}}"
|
|
},
|
|
"gitea": {
|
|
"type": "streamable_http",
|
|
"url": "{{gitea_mcp_url}}"
|
|
},
|
|
"neo4j-cypher": {
|
|
"type": "streamable_http",
|
|
"url": "{{neo4j_mcp_url}}"
|
|
}
|
|
}
|
|
}
|