FlexSim MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLEXSIM_LOG_LEVEL | No | Override logging level | INFO |
| FLEXSIM_CONFIG_PATH | No | Path to an alternate config.toml file | |
| FLEXSIM_INSTALL_PATH | No | Override FlexSim program path | |
| FLEXSIM_PYTHON_VERSION | No | Override Python version for FlexSimPy | 3.12 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| flexsim_open_modelB | Open a FlexSim model file. |
| flexsim_resetB | Reset simulation to initial state (time = 0). |
| flexsim_runB | Start running the simulation continuously. |
| flexsim_run_to_timeA | Run simulation until reaching target time. |
| flexsim_stopA | Stop the running simulation. |
| flexsim_get_timeB | Get current simulation time. |
| flexsim_stepB | Step through simulation events. |
| flexsim_evaluateB | Execute FlexScript code. |
| flexsim_get_node_valueC | Get value from FlexSim tree node. |
| flexsim_set_node_valueB | Set value in FlexSim tree node. |
| flexsim_save_modelB | Save the current model. |
| flexsim_new_modelB | Create a new blank model. |
| flexsim_compileB | Compile the model (check for FlexScript errors). |
| flexsim_get_statisticsB | Get simulation statistics and performance metrics. |
| flexsim_export_resultsB | Export simulation results to file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SethGame/mcp_flexsim'
If you have feedback or need assistance with the MCP directory API, please join our Discord server