Skip to content
VS Code

JCGE Agent Interface for VS Code

io.github.equicirco/jcgeagentinterface.jl

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

client:VS Code transport:stdio runtime:oci

Install JCGE Agent Interface in VS Code

.vscode/mcp.json

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

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

JCGE Agent Interface in other clients