Skip to content
Gemini CLI

NetLogo MCP for Gemini CLI

io.github.razee4315/netlogo-mcp

Create, run, and analyze NetLogo agent-based models through natural conversation

client:Gemini CLI transport:stdio runtime:pypi

Install NetLogo MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "netlogo-mcp": {
      "command": "uvx",
      "args": [
        "netlogo-mcp"
      ],
      "env": {
        "NETLOGO_HOME": "<NETLOGO_HOME>",
        "JAVA_HOME": "<JAVA_HOME>",
        "NETLOGO_GUI": "<NETLOGO_GUI>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

NetLogo MCP in other clients