Framedash Game Telemetry MCP Server
@framedash/mcp-server
MCP (Model Context Protocol) server for the Framedash game telemetry platform. Provides 12 read-only tools and 4 resources for querying analytics data from LLM-powered tools.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"framedash": {
"command": "npx",
"args": ["@framedash/mcp-server"],
"env": {
"FRAMEDASH_API_KEY": "fd_xxx",
"FRAMEDASH_PROJECT_ID": "your-project-uuid"
}
}
}
}VS Code (Claude Extension)
Add to your VS Code settings:
{
"claude.mcpServers": {
"framedash": {
"command": "npx",
"args": ["@framedash/mcp-server"],
"env": {
"FRAMEDASH_API_KEY": "fd_xxx",
"FRAMEDASH_PROJECT_ID": "your-project-uuid"
}
}
}
}Related MCP server: agent-skill-loader
Environment Variables
Variable | Required | Description |
| Yes | API key with |
| No | Default project UUID for project-scoped tools |
| No | API base URL (default: |
If FRAMEDASH_PROJECT_ID is omitted, project-scoped tools still work but
require an explicit project_id argument per call.
Tools
Tool | Description |
| Execute SQL analytics query (SELECT only, limit default 100) |
| Project KPI summary (DAU, MAU, sessions, events) |
| Cohort retention data |
| Funnel analysis for event steps |
| Event insights with grouping |
| Heatmap grid data for a map |
| Show the project bound to the API key |
| Project health overview |
| List maps in a project |
| List content registry entries |
| List alert rules |
| Alert trigger history |
Resources
URI | Description |
| Project bound to the API key |
| Map list with bounds |
| Content registry |
| Project health status |
Development
Run from the repository root:
pnpm install
pnpm --filter @framedash/mcp-server... build
pnpm --filter @framedash/mcp-server testWith pnpm 9, the trailing ... selects the MCP package plus its workspace
dependencies, including @framedash/api-client, before compiling from a clean
checkout.
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- 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/crane-valley/framedash-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server