Skip to content
Zed

NetLogo MCP for Zed

io.github.razee4315/netlogo-mcp

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

client:Zed transport:stdio runtime:pypi

Install NetLogo MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

NetLogo MCP in other clients