Claude Code & Codex plugin for Simulator.Company — a Go MCP server exposing the platform REST API plus skills for actors, graphs, forms, and financial accounts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"simulator-ai-plugin": {
"command": "go",
"args": [
"run",
"github.com/corezoid/simulator-ai-plugin@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add simulator-ai-plugin go run github.com/corezoid/simulator-ai-plugin@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"simulator-ai-plugin": {
"command": "go",
"args": [
"run",
"github.com/corezoid/simulator-ai-plugin@latest"
]
}
}
}
📋 Copy