cd /news/developer-tools/opencode-configuration · home topics developer-tools article
[ARTICLE · art-25995] src=gist.github.com pub= topic=developer-tools verified=true sentiment=· neutral

OpenCode Configuration

OpenCode has introduced a new configuration format that enables LSP, MCP tools, plugins, formatter, and agent settings. The configuration supports local and remote MCP tools like shadcn, better-auth, and bun, and includes permission and shell options.

read1 min publishedJun 13, 2026

| { | | | "$schema": "https://opencode.ai/config.json", | | | "lsp": true, | |

| "mcp": { | |
| "shadcn": { | |

| "type": "local", | | | "command": ["npx", "shadcn@latest", "mcp"], | | | "enabled": true | | | }, | | | "better-auth": { | | | "type": "remote", | | | "url": "https://mcp.better-auth.com/mcp", | | | "enabled": true | | | }, | | | "bun": { | | | "type": "remote", | | | "url": "https://bun.com/docs/mcp", | | | "enabled": true | | | } | | | }, | | | "plugin": ["@tarquinen/opencode-dcp@latest"], | | | "formatter": true, | | | "permission": { | | | "question": "allow" | | | }, | | | "shell": "pwsh", | |

| "agent": { | |
| "build": { | |

| "temperature": 0.2 | | | }, | | | "plan": { | | | "temperature": 0.1 | | | } | | | } | | | } |

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/opencode-configurati…] indexed:0 read:1min 2026-06-13 ·