Skip to content
Cline

CAPI Gateway for Cline

io.github.surisoft-io/capi-core

Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.

client:Cline transport:stdio runtime:oci

Install CAPI Gateway in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "capi-core": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/surisoft/capi-core:1.417.5"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

CAPI Gateway in other clients