cursorCursor

Boiling up.....

Connect Dstl8 to Cursor for observability access in your editor.

Prerequisites

Setup

Open your Cursor MCP config file at ~/.cursor/mcp.json (or create it if it doesn't exist).

Add the following:

{
  "mcpServers": {
    "Dstl8": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://<org_id>.app.dstl8.ai/mcp",
        "--header",
        "Authorization: Bearer <your-token>"
      ]
    }
  }
}

Replace <org-id> and <your-token> with your credentials.

For project-scoped config, create a .cursor/mcp.json file in your project root instead.

Verify

  1. Restart Cursor

  2. Open the MCP panel (Cursor Settings → MCP) to confirm Dstl8 shows as connected

  3. In Composer or Agent mode, ask Cursor to list available tools

Troubleshooting

Server not connecting — Test mcp-remote directly:

Windows users — Use the cmd /c wrapper:

Last updated