Connect opencode

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

opencode takes remote MCP servers in its JSON config.

~/.config/opencode/opencode.json — or opencode.json in a project root:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "daslab": {
      "type": "remote",
      "url": "https://daslab.run/mcp",
      "enabled": true,
      "headers": {
        "Authorization": "Bearer dk_xxxxxxxxxxxx"
      }
    }
  }
}

Check that opencode picked it up:

opencode mcp list

A project opencode.json overrides the global one, so a repo can pin its own scene: /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