Framedash MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 7 Sep 2026.
MCP server for Framedash game telemetry: query analytics, heatmaps, perf regressions, and alerts
Today is the operative word: we check Framedash MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add framedash-mcp-server -- npx -y @framedash/mcp-server
{
"mcpServers": {
"framedash-mcp-server": {
"args": [
"-y",
"@framedash/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.framedash-mcp-server]
command = "npx"
args = ["-y", "@framedash/mcp-server"]
{
"mcpServers": {
"framedash-mcp-server": {
"args": [
"-y",
"@framedash/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"framedash-mcp-server": {
"args": [
"-y",
"@framedash/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FRAMEDASH_API_KEY (Framedash API key. Create one on your project's API Keys page at https://app.framedash.dev.), FRAMEDASH_PROJECT_ID (Default project id. When unset, project-scoped tools require a project_id argument.), FRAMEDASH_BASE_URL (API base URL. Defaults to https://app.framedash.dev.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
MCP server providing Prometheus metrics access and PromQL query execution for AI assistants
Answers built from our own checks of this server.