Skip to content

docs: add OpenCode MCP install instructions - #962

Merged
jonathannorris merged 9 commits into
mainfrom
docs-add-opencode-mcp-install
Mar 13, 2026
Merged

docs: add OpenCode MCP install instructions#962
jonathannorris merged 9 commits into
mainfrom
docs-add-opencode-mcp-install

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Add OpenCode as an AI client option for MCP setup in the getting started guide, reference docs, and SDK install partial
  • OpenCode uses opencode.json config with remote/local MCP server support and automatic OAuth handling

CopilotAI review requested due to automatic review settings March 13, 2026 15:43
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Mar 13, 2026

Copy link
Copy Markdown

Deploying devcycle-docs with Cloudflare Pages Cloudflare Pages

Latest commit:b8476a0
Status: ✅ Deploy successful!
Preview URL:https://4563742c.devcycle-docs.pages.dev
Branch Preview URL:https://docs-add-opencode-mcp-instal.devcycle-docs.pages.dev

View logs

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds OpenCode as an additional MCP client option in the docs, providing configuration snippets for both hosted (remote) and local MCP usage.

Changes:

  • Added an OpenCode tab to MCP Reference (local server configuration example).
  • Added an OpenCode tab to MCP Getting Started (hosted server + OAuth authentication flow).
  • Updated the MCP install partial to include a minimal OpenCode opencode.json snippet.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

FileDescription
docs/cli-mcp/mcp-reference.mdAdds OpenCode to the local MCP server “AI Editor Configuration” tabs.
docs/cli-mcp/mcp-getting-started.mdAdds OpenCode to the hosted MCP setup tabs, including auth guidance.
docs/_partials/mcpInstall.mdxAdds a short OpenCode config snippet to the install callout.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment threaddocs/cli-mcp/mcp-getting-started.md Outdated
Comment threaddocs/cli-mcp/mcp-reference.md Outdated
Comment threaddocs/_partials/mcpInstall.mdx Outdated
CopilotAI review requested due to automatic review settings March 13, 2026 15:47
jonathannorris

This comment was marked as outdated.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds OpenCode as an MCP client option across the DevCycle MCP docs, covering both remote (hosted) and local (stdio) setup paths.

Changes:

  • Added an OpenCode tab to the MCP Getting Started guide with remote server config and an explicit opencode mcp auth OAuth step.
  • Added an OpenCode tab to the MCP Reference guide with local dvc-mcp command configuration.
  • Updated the MCP install partial to include an OpenCode opencode.json remote configuration snippet.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

FileDescription
docs/cli-mcp/mcp-reference.mdAdds OpenCode configuration example for local MCP server usage (dvc-mcp).
docs/cli-mcp/mcp-getting-started.mdAdds OpenCode setup instructions for remote MCP server + authentication flow.
docs/_partials/mcpInstall.mdxAdds OpenCode snippet to the shared MCP install callout.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

CopilotAI review requested due to automatic review settings March 13, 2026 16:03

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds OpenCode as an additional MCP client option across the documentation, covering both remote (hosted) MCP setup and local MCP server configuration, and surfacing the key install/auth commands in the shared install partial.

Changes:

  • Add an OpenCode tab to the MCP Getting Started guide with CLI-based remote server setup + authentication steps.
  • Add an OpenCode tab to the MCP Reference guide with opencode.json local MCP server configuration.
  • Update the shared MCP install partial to include the OpenCode add/auth commands.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

FileDescription
docs/cli-mcp/mcp-reference.mdAdds OpenCode local MCP server configuration snippet for opencode.json.
docs/cli-mcp/mcp-getting-started.mdAdds OpenCode remote MCP setup and OAuth authentication steps via the OpenCode CLI.
docs/_partials/mcpInstall.mdxAdds a concise OpenCode install/auth command hint alongside other client options.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

CopilotAI review requested due to automatic review settings March 13, 2026 20:32
@jonathannorris
jonathannorris enabled auto-merge (squash) March 13, 2026 20:32

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds OpenCode as an MCP client option in the DevCycle MCP docs, covering both remote (hosted) setup in the getting-started guide and local server setup in the reference guide.

Changes:

  • Added an OpenCode tab to the MCP getting started guide with opencode mcp add + opencode mcp auth steps for the hosted server.
  • Added an OpenCode tab to the MCP reference guide with opencode mcp add instructions for adding the local dvc-mcp server.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
docs/cli-mcp/mcp-getting-started.mdDocuments OpenCode remote server setup and authentication flow.
docs/cli-mcp/mcp-reference.mdDocuments OpenCode local MCP server setup via interactive CLI prompts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +133 to +145
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
```
@jonathannorris
jonathannorris merged commit 99638ab into mainMar 13, 2026
9 checks passed
@jonathannorris
jonathannorris deleted the docs-add-opencode-mcp-install branch March 13, 2026 20:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jonathannorris@suthar26