Skip to content
Claude Desktop

CAPI Gateway for Claude Desktop

io.github.surisoft-io/capi-core

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

client:Claude Desktop transport:stdio runtime:oci

Install CAPI Gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CAPI Gateway in other clients