Stats
Actions
Tags
From simulator
Runs a local simulator MCP server with a configurable work directory via shell script. Purpose and capabilities are not specified in 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