Skip to content

JCGE Agent Interface for Zed

io.github.equicirco/jcgeagentinterface.jl

JCGE MCP server for CGE discovery, guidance, examples, solving, validation, and reporting.

client:Zed transport:stdio runtime:oci

Install JCGE Agent Interface in Zed

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

{
  "context_servers": {
    "jcgeagentinterface.jl": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/equicirco/jcge-agentinterface-mcp:0.3.1"
      ]
    }
  }
}

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

JCGE Agent Interface in other clients