Game Development
wavedash.com
Provides tools for planning, documentation, and workflow for Wavedash browser game development.
ENDPOINT 1
https://mcp.wavedash.com/mcp
MCP server metadata
- Name
- wavedash
- Version
- 0.1.0
Known tools 8
wavedash_implementation_plannerPlan a Wavedash game implementation from the user's goal, engine, and requested features.
Inferred read-onlywavedash_get_agent_workflowReturn a concise end-to-end workflow for AI agents creating a browser game from scratch and preparing it for Wavedash upload.
Potential side effectswavedash_search_docsSearch official Wavedash docs for browser game development, SDK integration, engines, CLI, upload, and publishing.
Potential side effectswavedash_get_quickstartReturn the Wavedash setup path for a browser game, optionally including an engine and SDK features.
Inferred read-onlywavedash_get_sdk_referenceFetch Wavedash SDK docs for a specific feature such as setup, multiplayer, achievements, leaderboards, cloud saves, UGC, players, events, or types.
Inferred read-onlywavedash_get_publishing_checklistReturn Wavedash upload and publishing checklist guidance, optionally including an engine-specific docs page.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.