opencode-presets

trick77/opencode-presets
★ 2 stars TypeScript Code/Dev Tools Updated today
CLI that patches opencode.json from prepared presets. Use it to add LSP overrides, MCP servers, and permission rules without hand-editing JSON.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opencode-presets": {
      "command": "npx",
      "args": [
        "-y",
        "trick77/opencode-presets"
      ]
    }
  }
}

README Excerpt

<p> <img src="logo.svg" alt="opencode-presets" width="720"> </p> Small CLI that patches OpenCode config files from prepared presets. Use it to add LSP overrides, MCP servers, permission rules, and TUI preferences without hand-editing JSON. ```sh npm install -g opencode-presets ``` Needs Node 22+. ```sh

Tools (1)

OPENCODE_TUI_CONFIG

Topics

opencodeopencode-config