MCP Server
MCP
io.github.crane-valley/framedash-mcp-server
MCP server for Framedash game telemetry: query analytics, heatmaps, perf regressions, and alerts
Install
npx -y @framedash/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@framedash/mcp-server",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Framedash API key. Create one on your project's API Keys page at https://app.framedash.dev.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAMEDASH_API_KEY"
},
{
"description": "Default project id. When unset, project-scoped tools require a project_id argument.",
"format": "string",
"name": "FRAMEDASH_PROJECT_ID"
},
{
"description": "API base URL. Defaults to https://app.framedash.dev.",
"format": "string",
"name": "FRAMEDASH_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment