🧠 opencode
Query any opencode-supported model from inside Claude — get a second opinion without leaving your session.
The opencode plugin wraps the
@kud/mcp-opencode MCP server
so you can query any opencode-supported model and see its answer inline, clearly
attributed.
🧰 What it bundles
| Skill | Trigger | What it does |
|---|---|---|
/ask-opencode | /ask-opencode <prompt> | Send a prompt to any opencode model and see the response |
📦 Install
/plugin install opencode@kud --scope user🔧 Configuration
The plugin ships sensible defaults — by default it allows github-copilot/*
models. Override the allow/block lists with environment variables if you want a
different selection:
MCP_OPENCODE_MODEL_ALLOW=github-copilot/*
MCP_OPENCODE_MODEL_BLOCK=🔗 Links
- npm:
@kud/mcp-opencode - GitHub: kud/mcp-opencode
👋 Introduction
A curated collection of Claude Code plugins for kud's MCP servers — each bundles an MCP server with ready-to-use skills, one /plugin install away.
🤖 github-copilot
Query GitHub Copilot models programmatically via the official SDK — no token setup, uses your logged-in Copilot CLI credentials.