Back to Browse

NetLogo MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

NetLogo MCP is a well-structured developer tool with proper input validation, reasonable permission scoping, and good code quality. A few moderate concerns exist: unrestricted command injection via NetLogo procedures when restricted mode is disabled, overly broad network access without explicit authentication, and insufficient validation of file paths in some contexts. These do not pose critical risks given the server's nature (simulation control), but users should understand the trust model. Supply chain analysis found 11 known vulnerabilities in dependencies (2 critical, 7 high severity). Package verification found 1 issue.

3 files analyzed · 19 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the NetLogo 7.0+ installation directory (e.g. C:/Program Files/NetLogo 7.0.3)Optional

Environment variable: NETLOGO_HOME

Path to a Java JDK 11+ installation (not a JRE)Optional

Environment variable: JAVA_HOME

Set to false for headless mode (no NetLogo window); default trueOptional

Environment variable: NETLOGO_GUI

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-razee4315-netlogo-mcp": {
      "env": {
        "JAVA_HOME": "your-java-home-here",
        "NETLOGO_GUI": "your-netlogo-gui-here",
        "NETLOGO_HOME": "your-netlogo-home-here"
      },
      "args": [
        "netlogo-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!