simulator-mcp-server
Verified Safeby cnye36
Overview
A stateless Model Context Protocol (MCP) server for running scientific simulations, primarily for integration into chat applications, interactive dashboards, and AI-powered tools.
Installation
No command providedSecurity Notes
The server is stateless and does not handle user authentication or data storage, reducing direct security risks. Input parameters are structured JSON, limiting injection vectors. It uses established scientific libraries like SciPy. Standard network security practices (e.g., firewalling, access control) should be applied when exposing the HTTP endpoint to prevent unauthorized access or resource exhaustion attacks.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
text2sim-MCP-server
The Text2Sim MCP Server enables Large Language Models (LLMs) to create, validate, and execute complex Discrete-Event Simulation (DES) and System Dynamics (SD) models through a natural language interface, providing comprehensive analytics and iterative model development capabilities.