Dashboard MCP
Dashboard MCP
Conector MCP + visor web de solo lectura para dashboards completamente controlados por un agente de IA. Admite cualquier cantidad de dashboards independientes: cada uno con su propio slug, archivo y URL /d/<slug>.
Servicio en vivo: https://dashboard.89-207-254-32.nip.io
Lista de dashboards:
/Dashboard específico (solo lectura, actualización automática cada 5 s):
/d/<slug>API JSON (también de solo lectura):
/api/dashboards,/api/dashboards/<slug>Endpoint MCP (requiere OAuth):
/mcp
Cómo funciona
mcp_app.py— crea un únicoMCPServer, con OAuth (si están definidas las variablesOAUTH_*) o sin él (para desarrollo local).tools.py— herramientas MCP (@mcp.tool()):list_dashboards,create_dashboard,get_dashboard,update_dashboard_meta,delete_dashboard,add_widget,update_widget,remove_widget,reorder_widgets,replace_widgets. Son las herramientas con las que el agente gestiona los dashboards. Están protegidas con OAuth en/mcp.web.py— páginas HTML públicas y API JSON (@mcp.custom_route, que según la documentación del SDK no requieren autorización) — son las que las personas ven en el navegador.models.py— esquemas pydantic de widgets:text,list,stats,progress,chart.store.py— almacenamiento de archivos, un JSON por dashboard endata/dashboards/.
Tipos de widgets
{"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]}]}Campos comunes: title (opcional), size: sm|md|lg|full (ancho en la cuadrícula).
Ejecución local
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)Cómo conectar el conector en Claude
En el servidor se ha creado un cliente OAuth estático (Client ID/Secret se entregan por separado).
En Claude: Settings → Connectors → Add custom connector.
URL:
https://dashboard.89-207-254-32.nip.io/mcpClient ID / Client Secret — como se hayan proporcionado en el despliegue.
Después de la autorización, el agente tiene acceso a las herramientas de
tools.py.
Despliegue
El servidor de producción se actualiza solo desde este repositorio: deploy/deploy.sh se ejecuta mediante cron cada 2 minutos, compara el HEAD local con origin/main y, si hay commits nuevos, ejecuta git reset --hard + docker compose up -d --build + verificación de /healthz. Simplemente git push a main — los cambios se recogen en producción automáticamente en ~2 minutos.
Último despliegue verificado: 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