claudeClaude Code

Brewing....

Connect Dstl8 to Claude Code for terminal-based observability access.

Prerequisites

Setup

Run the following in your terminal (not inside Claude Code):

claude mcp add-json 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 from Settings → Integrations → MCP.

Scoping

The command above saves to your local project config (.mcp.json). To make Dstl8 available across all your projects:

Verify

Inside Claude Code, run:

You should see Dstl8 with status connected.

Updating

To update your endpoint or token, re-run the setup command with --overwrite:

Troubleshooting

Server shows "failed" — Run mcp-remote directly to see the underlying error:

Connection timeout — Increase the MCP startup timeout:

Last updated