JCGE Agent Interface for Cursor
io.github.equicirco/jcgeagentinterface.jl
JCGE MCP server for CGE discovery, guidance, examples, solving, validation, and reporting.
client:Cursor
transport:stdio
runtime:oci
Install JCGE Agent Interface in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jcgeagentinterface.jl": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/equicirco/jcge-agentinterface-mcp:0.3.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs