Server data from the Official MCP Registry
Create, run, and analyze NetLogo agent-based models through natural conversation
Create, run, and analyze NetLogo agent-based models through natural conversation
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: NETLOGO_HOME
Environment variable: JAVA_HOME
Environment variable: NETLOGO_GUI
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.