Integrations

    MCP

    Connect InferX Skill Functions to OpenCode through MCP.

    Prerequisites

    • OpenCode installed
    • InferX API key
    • InferX MCP token
    • At least one subscribed Skill Function

    Configure the MCP server

    Add the existing InferX MCP configuration to your OpenCode configuration file.

    opencode.json
    {
      "mcp": {
        "inferx": {
          "type": "remote",
          "transport": "streamable-http",
          "url": "https://model.inferx.net/mcp",
          "enabled": true,
          "headers": {
            "Authorization": "Bearer <INFERX_MCP_TOKEN>"
          }
        }
      }
    }

    Verify discovery

    Restart OpenCode and ask it to list currently registered tools. Subscribed InferX Skill Functions should appear through MCP discovery.

    prompt
    List currently registered tools only.