Skip to content
Zed

CAPI Gateway for Zed

io.github.surisoft-io/capi-core

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

client:Zed transport:stdio runtime:oci

Install CAPI Gateway in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

CAPI Gateway in other clients