Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wavedash

io.github.wvdsh/wavedash

Wavedash docs and workflow guidance for building and publishing browser games.

Uptime
100.0%
1 direct probes · 30d
Response
193ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
0
available

Tools · 8

wavedash_implementation_planner

Plan a Wavedash game implementation from the user's goal, engine, and requested features. Use this before making architecture claims, selecting SDK features, or writing Wavedash integration code. Read…

wavedash_get_agent_workflow

Return a concise end-to-end workflow for AI agents creating a browser game from scratch and preparing it for Wavedash upload. Read-only and unauthenticated; upload still happens through the Wavedash C…

wavedash_search_docs

Search official Wavedash docs for browser game development, SDK integration, engines, CLI, upload, and publishing. Read-only and unauthenticated.

wavedash_get_doc

Fetch a full Wavedash docs page as Markdown by path or docs.wavedash.com URL. Read-only and unauthenticated.

wavedash_get_quickstart

Return the Wavedash setup path for a browser game, optionally including an engine and SDK features. Read-only and unauthenticated.

wavedash_get_sdk_reference

Fetch Wavedash SDK docs for a specific feature such as setup, multiplayer, achievements, leaderboards, cloud saves, UGC, players, events, or types. Read-only and unauthenticated.

wavedash_get_publishing_checklist

Return Wavedash upload and publishing checklist guidance, optionally including an engine-specific docs page. Read-only and unauthenticated.

wavedash_validate_config

Validate pasted wavedash.toml text for basic Wavedash CLI config issues. This does not read files; provide the config text as input.

Resources · 1

wavedash-docs-index

Core Wavedash docs entry points.

wavedash://docs/index

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wavedash": {
      "url": "https://mcp.wavedash.com/mcp",
      "transport": "streamable-http"
    }
  }
}