← Registry

Game Development

wavedash.com

Provides tools for planning, documentation, and workflow for Wavedash browser game development.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.wavedash.com/mcp

No auth detected

MCP server metadata

Name
wavedash
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged

Known tools 8

wavedash_implementation_planner

Plan a Wavedash game implementation from the user's goal, engine, and requested features.

Inferred read-only
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.

Potential side effects
wavedash_search_docs

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

Potential side effects
wavedash_get_doc

Fetch a full Wavedash docs page as Markdown by path or docs.

Inferred read-only
wavedash_get_quickstart

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

Inferred read-only
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.

Inferred read-only
wavedash_get_publishing_checklist

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

Potential side effects
wavedash_validate_config

Validate pasted wavedash.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wavedash]
url = "https://mcp.wavedash.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wavedash": {
      "type": "http",
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wavedash
Remote MCP URL: https://mcp.wavedash.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wavedash": {
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wavedash": {
      "type": "http",
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.