Skip to content
Merged
28 changes: 28 additions & 0 deletions docs/cli-mcp/mcp-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,34 @@ You'll see the DevCycle server listed as "disconnected • Enter to login":

For more details, see the [Claude Code MCP documentation](https://docs.anthropic.com/claude/docs/mcp).

</TabItem>
<TabItem value="opencode" label="OpenCode">

**Step 1: Add DevCycle MCP Server**

Run the following command and follow the interactive prompts to add the DevCycle MCP server (name: `devcycle`, type: `remote`, url: `https://mcp.devcycle.com/mcp`):

```bash
opencode mcp add
```

**Step 2: Authenticate**

Run the following command to authenticate with DevCycle:

```bash
opencode mcp auth devcycle
```
Comment on lines +133 to +145

1. This will open a browser page at `mcp.devcycle.com` for authorization
2. Review and click **"Allow Access"** to grant permissions
3. If you have multiple organizations, select your desired organization at `auth.devcycle.com`
4. Return to your terminal where authentication will complete

The next time you start OpenCode, the DevCycle MCP tools will be available.

For more details, see the [OpenCode MCP documentation](https://opencode.ai/docs/mcp-servers/).

</TabItem>
<TabItem value="claude" label="Claude Desktop">

Expand Down
11 changes: 11 additions & 0 deletions docs/cli-mcp/mcp-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,17 @@ Run the following command:
claude mcp add --transport stdio devcycle dvc-mcp
```

</TabItem>
<TabItem value="opencode" label="OpenCode">

Run the following command and follow the interactive prompts to add the local DevCycle MCP server (name: `devcycle`, type: `local`, command: `dvc-mcp`):

```bash
opencode mcp add
```

For more details, see the [OpenCode MCP documentation](https://opencode.ai/docs/mcp-servers/).

</TabItem>
<TabItem value="claude" label="Claude Desktop">

Expand Down
Loading