process-mcp-server
Verified Safeby omdv
Overview
Provides a rigorous 3-Stage Crude Oil Stabilization Facility simulation as an API for AI agents to optimize production parameters.
Installation
uvicorn server:app --host 0.0.0.0 --port 8000 --reloadEnvironment Variables
- LOG_LEVEL
- PYTHONUNBUFFERED
- npm_config_cache
Security Notes
The Python codebase (`server.py`) is clean, using Pydantic for input validation and not exhibiting common vulnerabilities like `eval` or direct system calls. The Kubernetes deployment practices are robust, explicitly enforcing non-root user execution, read-only root filesystem, dropped capabilities, and no privilege escalation. Resource limits are recommended for production but are commented out by default, which is a minor risk. The underlying NeqSim library is Java-based, introducing external dependency considerations, but the Python wrapper itself appears secure.
Similar Servers
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
asya
A microservices platform for orchestrating asynchronous, event-driven AI/ML workflows via an MCP JSON-RPC gateway.
project-nova
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.