Connect Cursor

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

Cursor reads MCP servers from mcp.json — global or per project.

~/.cursor/mcp.json for every project, or .cursor/mcp.json for one:

{
  "mcpServers": {
    "daslab": {
      "url": "https://daslab.run/mcp",
      "headers": {
        "Authorization": "Bearer dk_xxxxxxxxxxxx"
      }
    }
  }
}
  1. 1Create the file above (Cursor also opens it from Settings -> MCP -> Add).
  2. 2Reopen Settings -> MCP and check that daslab shows up with a green dot.
  3. 3In a chat, the Daslab tools are now available to the agent.

Remote servers in Cursor take url with no type field. To pin one scene, use /mcp/acme/q4-launch as the URL.

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