Stats
Actions
Tags
From simulator
Runs a local shell script to provide simulation capabilities. The specific simulation domain is not indicated by the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"simulator": {
"command": "sh",
"args": [
"-c",
"export SIMULATOR_WORK_DIR=\"$PWD\"; exec sh \"$CLAUDE_PLUGIN_ROOT/mcp-server/run.sh\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
npx claudepluginhub corezoid/simulator-ai-plugin --plugin simulator