Dashboard MCP
Dashboard MCP
MCP-Connector + Read-only-Web-Viewer für Dashboards, die ein KI-Agent
vollständig kontrolliert. Unterstützt beliebig viele unabhängige
Dashboards — jedes mit eigenem slug, eigener Datei und URL /d/<slug>.
Live-Service: https://dashboard.89-207-254-32.nip.io
Liste der Dashboards:
/Einzelnes Dashboard (read-only, automatische Aktualisierung alle 5 Sekunden):
/d/<slug>JSON-API (ebenfalls read-only):
/api/dashboards,/api/dashboards/<slug>MCP-Endpunkt (OAuth erforderlich):
/mcp
Wie es funktioniert
mcp_app.py— erstellt einen einzigenMCPServer, mit OAuth (fallsOAUTH_*-Variablen gesetzt sind) oder ohne (für die lokale Entwicklung).tools.py— MCP-Tools (@mcp.tool()):list_dashboards,create_dashboard,get_dashboard,update_dashboard_meta,delete_dashboard,add_widget,update_widget,remove_widget,reorder_widgets,replace_widgets. Damit steuert der Agent die Dashboards. Sie sind per OAuth unter/mcpgeschützt.web.py— öffentliche HTML-Seiten und JSON-API (@mcp.custom_route, laut SDK-Dokumentation benötigen keine Autorisierung) — hier schauen Menschen im Browser zu.models.py— Pydantic-Schemata für Widgets:text,list,stats,progress,chart.store.py— Dateispeicher, ein JSON pro Dashboard indata/dashboards/.
Widget-Typen
{"type": "text", "title": "Заметка", "body": "..."}
{"type": "list", "title": "Задачи", "ordered": false, "items": [{"label": "...", "value": "...", "note": "..."}]}
{"type": "stats", "title": "Метрики", "items": [{"label": "MRR", "value": "128k", "unit": "₽", "delta": "+12%", "trend": "up"}]}
{"type": "progress", "title": "Прогресс", "items": [{"label": "Q3", "value": 62, "max": 100, "color": "#395b4b"}]}
{"type": "chart", "title": "Динамика", "chartType": "line", "labels": ["Пн","Вт"], "series": [{"name": "Заказы", "data": [3, 7]}]}Allgemeine Felder: title (optional), size: sm|md|lg|full (Breite im Grid).
Lokaler Start
pip install -r requirements.txt
cp .env.example .env # можно оставить OAUTH_* пустыми — сервер поднимется без auth
MCP_TRANSPORT=streamable-http python server.py
# либо просто `python server.py` для stdio (claude mcp add / MCP Inspector)So verbinden Sie den Connector in Claude
Auf dem Server wurde ein statischer OAuth-Client erstellt (Client ID/Secret werden separat ausgegeben).
In Claude: Settings → Connectors → Add custom connector.
URL:
https://dashboard.89-207-254-32.nip.io/mcpClient ID / Client Secret — wie beim Deployment ausgegeben.
Nach der Autorisierung stehen dem Agenten die Tools aus
tools.pyzur Verfügung.
Deployment
Der Produktionsserver zieht dieses Repository selbst: deploy/deploy.sh wird
per Cron alle 2 Minuten ausgeführt, vergleicht den lokalen HEAD mit
origin/main, und wenn es neue Commits gibt — git reset --hard +
docker compose up -d --build + Prüfung von /healthz. Einfach git push
nach main — die Änderungen werden in der Produktion automatisch innerhalb von ~2 Minuten übernommen.
Letzte verifizierte Bereitstellung: 2026-08-19T15:29:01Z
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Renders interactive Chart.js charts and dashboards inline in AI conversations.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DUROV-OS/dashboard-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server