opencode-config

Adamkadaban/opencode-config
★ 0 stars Python 💻 Code/Dev Tools Updated 3d ago
My global opencode configuration — skills, plugins, MCP servers, and themes.
View on GitHub →

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-config": {
      "command": "uvx",
      "args": [
        "opencode-config"
      ]
    }
  }
}

Or install with pip: pip install opencode-config

README Excerpt

My global [opencode](https://github.com/anomalyco/opencode) configuration. Secrets are externalized via `{file:~/.secrets/...}` references. ```bash git clone --recursive [email protected]:Adamkadaban/opencode-config.git ~/.config/opencode ``` ``` ├── opencode.json # Global config (MCP servers, plugins, provider, skill paths)