Cadence
AI ToolsIntegrations

OpenCode

Configure OpenCode to work with Cadence.

Install the Cadence skill

npx skills add outblock/cadence-lang.org

OpenCode reads project-level context files automatically.

Add MCP server

Add the Cadence MCP server to your OpenCode configuration:

{
  "mcp": {
    "cadence": {
      "type": "remote",
      "url": "https://cadence-mcp.up.railway.app/mcp"
    }
  }
}

This gives OpenCode access to all MCP tools — documentation search, code checking, type inspection, and more.

On this page