Skip to main content
ClaudeWave
crane-valley avatar
crane-valley

framedash-mcp-server

View on GitHub

Framedash MCP server (read-only mirror; install via npm: @framedash/mcp-server)

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/crane-valley/framedash-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "framedash": {
      "command": "node",
      "args": ["/path/to/framedash-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/crane-valley/framedash-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# @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`:

```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:

```json
{
  "claude.mcpServers": {
    "framedash": {
      "command": "npx",
      "args": ["@framedash/mcp-server"],
      "env": {
        "FRAMEDASH_API_KEY": "fd_xxx",
        "FRAMEDASH_PROJECT_ID": "your-project-uuid"
      }
    }
  }
}
```

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `FRAMEDASH_API_KEY` | Yes | API key with `analytics:read` for the aggregate tools; the raw `query` tool additionally requires `data:admin` |
| `FRAMEDASH_PROJECT_ID` | No | Default project UUID for project-scoped tools |
| `FRAMEDASH_BASE_URL` | No | API base URL (default: `https://app.framedash.dev`) |

If `FRAMEDASH_PROJECT_ID` is omitted, project-scoped tools still work but
require an explicit `project_id` argument per call.

## Tools

| Tool | Description |
|------|-------------|
| `query` | Execute SQL analytics query (SELECT only, limit default 100) |
| `get_dashboard` | Project KPI summary (DAU, MAU, sessions, events) |
| `get_retention` | Cohort retention data |
| `get_funnel` | Funnel analysis for event steps |
| `get_insights` | Event insights with grouping |
| `get_heatmap` | Heatmap grid data for a map |
| `list_projects` | Show the project bound to the API key |
| `get_project_status` | Project health overview |
| `list_maps` | List maps in a project |
| `list_content` | List content registry entries |
| `list_alerts` | List alert rules |
| `get_alert_history` | Alert trigger history |

## Resources

| URI | Description |
|-----|-------------|
| `framedash://projects` | Project bound to the API key |
| `framedash://projects/{projectId}/maps` | Map list with bounds |
| `framedash://projects/{projectId}/content` | Content registry |
| `framedash://projects/{projectId}/status` | Project health status |

## Development

Run from the repository root:

```bash
pnpm install
pnpm --filter @framedash/mcp-server... build
pnpm --filter @framedash/mcp-server test
```

With pnpm 9, the trailing `...` selects the MCP package plus its workspace
dependencies, including `@framedash/api-client`, before compiling from a clean
checkout.

## License

MIT

What people ask about framedash-mcp-server

What is crane-valley/framedash-mcp-server?

+

crane-valley/framedash-mcp-server is mcp servers for the Claude AI ecosystem. Framedash MCP server (read-only mirror; install via npm: @framedash/mcp-server) It has 0 GitHub stars and its last recorded update is dated 2026-09-07.

How do I install framedash-mcp-server?

+

You can install framedash-mcp-server by cloning the repository (https://github.com/crane-valley/framedash-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is crane-valley/framedash-mcp-server safe to use?

+

Our security agent has analyzed crane-valley/framedash-mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains crane-valley/framedash-mcp-server?

+

crane-valley/framedash-mcp-server is maintained by crane-valley. The last recorded GitHub activity is dated 2026-09-07, with 0 open issues.

Are there alternatives to framedash-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy framedash-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: crane-valley/framedash-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crane-valley-framedash-mcp-server)](https://claudewave.com/repo/crane-valley-framedash-mcp-server)
<a href="https://claudewave.com/repo/crane-valley-framedash-mcp-server"><img src="https://claudewave.com/api/badge/crane-valley-framedash-mcp-server" alt="Featured on ClaudeWave: crane-valley/framedash-mcp-server" width="320" height="64" /></a>

More MCP Servers

framedash-mcp-server alternatives