# OpenCode Configuration

> Source: <https://gist.github.com/MrSaikatS/71e5f0e441d2c5c8291b9b94a3537b49>
> Published: 2026-06-13 08:08:51+00:00

| { | |
| "$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 | |
| } | |
| } | |
| } |
