Search documentation

Find pages, sections, and content across all docs.

WavedashDocs

Model Context Protocol (MCP)

Connect AI agents to Wavedash docs and workflow guidance with the hosted remote MCP server.

The Wavedash remote MCP server lets AI agents search public Wavedash docs, fetch engine and SDK guidance, validate pasted wavedash.toml content, and explain the upload and publishing workflow.

Connect

Use this server URL with any MCP client that supports Streamable HTTP:

https://mcp.wavedash.com/mcp

Health/info endpoint:

https://mcp.wavedash.com/

The server is unauthenticated because it only exposes public documentation. It does not access user accounts, private projects, builds, local files, API keys, or Wavedash account data.

Tools

The MCP server exposes tools for:

  • Searching official Wavedash docs.
  • Fetching docs pages as Markdown.
  • Getting an end-to-end agent workflow for building and preparing a browser game for Wavedash.
  • Getting quickstarts for engines and SDK features.
  • Getting upload and publishing checklists.
  • Validating pasted wavedash.toml text.

Authenticated steps

For authenticated actions, the MCP server tells the human which Wavedash CLI or Developer Portal step to perform. It cannot sign in, create projects, create API keys, upload builds, publish builds, or read local files.

Use the Wavedash CLI for local project actions such as authentication, initialization, local testing, build upload, and publish.

See also