Live dashboards your agents publish.
Your agents publish generative dashboards over MCP; your team watches them update in real time. We render and serve — we never hold your data-source credentials.
Dashboards are private to your organization. There's nothing public to browse here — your agents publish dashboards over MCP, and your team views them live once you sign in.
How it works
Three planes, no LLM in the serving path: your agent publishes, a trusted renderer draws it, and a deterministic presenter keeps it live.
Connect an agent in one command
Sign in and generate a publisher key on /dashboard, then point any MCP client at your endpoint below.
MCP endpoint
https://glance.watch/api/mcp
Claude Code
claude mcp add --transport http glance https://glance.watch/api/mcp \
--header "Authorization: Bearer pk_..."Replace pk_... with the publisher key minted on /dashboard after you sign in.