Driftless MCP server
- Endpoint
-
https://api.driftless.icu/mcp - Transport
- streamable-http
- Docs
- https://docs.driftless.icu/mcp/overview
X-API-Key: <credential> Open the Driftless dashboard at app.driftless.icu, go to Settings → API Keys, and create a key for your workspace. The raw key is shown only once and has a drift_ prefix. For the CLI, the easiest path is to run driftless login and copy the key from the dashboard when prompted. For CI/non-interactive use, supply it via DRIFTLESS_API_KEY or driftless login --key <key>.
OAuth · resolves from well-known metadata For MCP clients, Driftless supports self-service OAuth 2.0 with Dynamic Client Registration. An MCP-capable client can register itself automatically against the registration endpoint, send the user to the Driftless consent screen, and exchange the authorization code for tokens. The user just approves access in the browser; supported scopes documented by Driftless are context:read, topics:create, topics:write, work:write, context:diff, and offline_access.