Skip to content
Windsurf

NetLogo MCP for Windsurf

io.github.razee4315/netlogo-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install NetLogo MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

NetLogo MCP in other clients