Connecting an AI client to DevStride takes a few minutes. You open the Connect AI page in DevStride, choose how to authenticate, copy the ready-made setup snippet for your client, and you're done.
In the left navigation sidebar, find the Help section and click Connect AI (MCP) (terminal icon). This opens a page titled Connect your AI client (MCP).
This page is available to all users — it's not limited to administrators. Everything you set up here acts within the permissions you already have.
Your AI client connects to a single endpoint, shown on the page as a copyable MCP Server URL:
https://api.devstride.com/mcp
The server identifies itself to your client as devstride-mcp. You'll paste this URL — or the ready-made setup command for your client — into your AI assistant during setup.
The Connect AI page offers two ways to authenticate, switched with a toggle at the top of the panel:
Lead with OAuth 2.1 unless you have a specific reason to use an API key.
| OAuth 2.1 | API Key | |
|---|---|---|
| Stores a long-lived secret | No — short-lived token, refreshed automatically | Yes — you must copy and store the secret |
| Works with web clients (Claude.ai, ChatGPT) | Yes | No |
| Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI | Yes | Yes |
| Organization scope | One org, chosen when you sign in | One org, chosen when you create the key |
On first use, your AI client opens a browser so you can sign in to DevStride, pick which organization to connect to, and approve access. No secrets are stored on your machine — your client receives a short-lived token that it refreshes automatically.
API keys are the alternative for clients that can use them (everything except the web clients). Create a key from the Connect AI panel's Create a new API key link, or from My Account → API Keys → New Key. You provide a Label and a For Organization selection — the organization travels with the key.
When you create the key, the dialog shows the Api Key, Organization Id, Organization Slug, and Api Secret.
After creation, the dialog embeds the Connect AI panel pre-filled with your new credentials, so you get a ready-to-paste setup command.
The Connect AI panel has a tab for each supported client, each with a ready-to-paste snippet tailored to how that client expects to be configured:
mcp add command..vscode/mcp.json block; Cursor a ~/.cursor/mcp.json entry; Gemini CLI an entry for ~/.gemini/settings.json.DevStride) and the MCP Server URL to paste into the client's connector settings.DevStride.https://api.devstride.com/mcp.On the Claude.ai free plan you can add only one custom connector.
ChatGPT also uses OAuth and the same connector Name and MCP Server URL, plus a connector Description (the panel provides one). Open Settings → Connectors → Create, paste the URL, and set authentication to OAuth. For full access to DevStride's tools, turn on Developer mode under Connectors → Advanced.
To reconnect a CLI client like Claude Code — for example, to switch organizations — remove the existing server first, then run the setup command again from the Connect AI panel:
claude mcp remove devstride
If you want to use Claude Code (the terminal-based assistant) and don't have it yet, install it before connecting. On a Mac:
PATH commands it prints at the end.npm): brew install nodenpm install -g @anthropic-ai/claude-code (run claude --version to confirm).claude. The first time, it walks you through signing in./mcp to confirm DevStride shows as connected.npm install -g @anthropic-ai/claude-code. The rest of the steps are the same.What Is the DevStride MCP Server?
Connect AI assistants like Claude and ChatGPT directly to your DevStride work so they can answer questions and get real work done on your behalf.
Doing Real Work with the DevStride MCP Server
Ready-to-use prompts and a worked example showing how an AI assistant can plan, sequence, report on, and update your DevStride work.