Framedash MCP server
MCP server for Framedash game telemetry: query analytics, heatmaps, perf regressions, and alerts
0 stars46 downloads/wk
Reviews
Write oneNobody has reviewed Framedash yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Framedash tools (12, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
get_alert_historyGet alert event history (trigger/resolve events).
get_dashboardGet project dashboard metrics (KPIs, daily active users, top events).
get_funnelAnalyze event funnels. Requires 2-8 event names as steps.
get_heatmapGet heatmap grid data for a map. Returns performance metrics per cell.
get_insightsGet aggregated insights for a metric grouped by a dimension.
get_project_statusGet the status of a project (event counts, last event time, etc.).
get_retentionGet player retention cohort analysis.
list_alertsList all alert rules in the project.
list_contentList content registry entries (event names, display labels, etc.).
list_mapsList all maps in the project.
list_projectsShow the project bound to the current API key.
querywrite actionExecute a read-only SQL query against the ClickHouse events table. Returns up to `limit` rows (default 100, max 1000).
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan21 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 12 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Install directly
Runs npx -y @framedash/mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add framedash-mcp-server -- npx -y @framedash/mcp-server
Framedash: common questions
- Is Framedash MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Framedash safety report
- How do I install Framedash?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Framedash need an API key?
- Yes. The registry entry asks for
FRAMEDASH_API_KEY. - Is Framedash maintained?
- The last commit was 13 days ago (2026-09-07). The latest release is v0.1.4.