Skip to content
VS Code

CAPI Gateway for VS Code

io.github.surisoft-io/capi-core

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

client:VS Code transport:stdio runtime:oci

Install CAPI Gateway in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CAPI Gateway in other clients