Any MCP client

Daslab is one MCP endpoint. Point any client at it and that client can move between your worlds and scenes, and call the tools they already have wired to your accounts.

Clients with a static header need a Daslab API key that starts with dk_. Get API key

Set up

The generic shape for Cline, Windsurf, and anything else that accepts MCP server JSON with static headers.

{
  "mcpServers": {
    "daslab": {
      "type": "http",
      "url": "https://daslab.run/mcp",
      "headers": {
        "Authorization": "Bearer dk_xxxxxxxxxxxx"
      }
    }
  }
}

World/scene endpoints use the same shape with a readable path: https://daslab.run/mcp/acme/q4-launch.

What every client gets

ScenesMove between your worlds and scenes without reconnecting.
ToolsCall the tools each scene has already wired to accounts and assets.
ContextSee the active scene, pinned assets, and the work your team is tracking.
ControlsDaslab auth and per-scene scoping instead of credentials pasted into prompts.

Full LLM-readable docs at daslab.run/docs/cli.md · Source on GitHub · Daslab also runs as a native app on iPhone, iPad, and Mac — get the app