mcpbeat Sign in

Framedash MCP Server

by crane-valley Your server? Claim it
local only

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

Installs per day peak 21 · avg 7 · +164% w/w
a month agotoday
58
Installs / week
npm · @framedash/mcp-server
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add framedash-mcp-server -- npx -y @framedash/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "framedash-mcp-server": {
      "args": [
        "-y",
        "@framedash/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.framedash-mcp-server]
command = "npx"
args = ["-y", "@framedash/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "framedash-mcp-server": {
      "args": [
        "-y",
        "@framedash/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Framedash MCP Server

same job, measured the same way
RocketCyber
by wyre-ai

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
RocketCyber
by wyre-technology

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
Blackpoint Cyber
by wyre-technology

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Blackpoint Cyber
by wyre-ai

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Google Business Profile MCP
by a1-x-tech

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

131 installs/wk local only
Prometheus MCP Server
by pab1it0

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

local only

Framedash MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Framedash MCP Server?
Framedash MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @framedash/mcp-server was installed 58 times last week.
How do I connect Framedash MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @framedash/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Framedash MCP Server?
The npm package @framedash/mcp-server was installed 58 times in the last week. Week over week that is +164%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Framedash MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.