opencode-arcade-hub
v0.7.1
Published
Arcade Agent Hub for OpenCode — external-service tools (Slack, Gmail, GitHub, Calendar, Notion, Linear, and more) scoped to your Arcade gateways, over one MCP connection.
Maintainers
Readme
opencode-arcade-hub
Arcade Agent Hub for OpenCode — your Arcade gateways (curated sets of apps and tools like Slack, Gmail, GitHub, Google Calendar, Notion, Linear) over a single MCP connection. Just ask for what you want; Arcade picks the right tool from your active gateway and handles the app sign-in.
Install
Not yet published to npm — install from a local checkout for now.
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["file:///path/to/arcade/clients/opencode"]
}Once published:
opencode plugin opencode-arcade-hubThe plugin registers the arcade remote MCP server for you (OAuth is
auto-discovered — no API keys) and shows a toast with the one-time sign-in link
the first time an app needs connecting. Run opencode mcp auth arcade if it
doesn't prompt automatically.
Prefer configuring the MCP server yourself instead of using the plugin? Add:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"arcade": { "type": "remote", "url": "https://hub.arcade.dev/mcp", "enabled": true }
}
}What you get
Five meta-tools that resolve to your gateways' tools on demand:
Arcade_SelectTools— find the right tool for a task (scoped to your active gateway)Arcade_UseTool— run itArcade_SelectGateway— see your gateways or switch the active oneArcade_Apps— see or disconnect your connected appsArcade_ManageToolAuthorization— fix an app connection (switch account, expired sign-in, missing permissions)
Links
- Home: https://hub.arcade.dev
- Endpoint: https://hub.arcade.dev/mcp
- Source: https://github.com/arcadeai-labs/arcade
License
Apache-2.0. Copyright (c) 2024–Present Arcade AI.
