Skip to content
Claude Desktop

JCGE Agent Interface for Claude Desktop

io.github.equicirco/jcgeagentinterface.jl

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

client:Claude Desktop transport:stdio runtime:oci

Install JCGE Agent Interface in Claude Desktop

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

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

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

JCGE Agent Interface in other clients