loading…
Search for a command to run...
loading…
A Windows-based MCP server that exposes NIST's CONTAM simulation tools and ContamX bridge-mode controls to AI agents. It enables automated airflow and contamina
A Windows-based MCP server that exposes NIST's CONTAM simulation tools and ContamX bridge-mode controls to AI agents. It enables automated airflow and contaminant transport modeling, including project inspection, simulation execution, and real-time bridge session management.
CONTAM MCP is a Windows-first MCP server that exposes CONTAM command-line tools and ContamX bridge-mode controls to AI agents.
The project is designed for public use. It packages stable CONTAM automation workflows behind a standard MCP tool surface so an agent can inspect projects, diagnose broken inputs, run simulations, compare outputs, and drive bridge sessions over time.
The design is informed by the CONTAM API direction described in the Building Simulation paper "Development and Application of CONTAM APIs" and by the official ContamX documentation and bridge protocol materials from NIST.
CONTAM is powerful, but most automation workflows still start from desktop usage patterns or manual case handling. This repository turns the practical parts of the CONTAM toolchain into an MCP server so agents can:
.prj models before running themcontamx3.exe and collect outputs.sim filessimread textThis server is not Codex-only.
Any host that can launch a local stdio MCP server should be able to use it. Confirmed target hosts documented in this repository include:
Host-specific setup examples are in:
For public users, the easiest setup is now an npx-launched local server sourced from this repository.
Use:
command: npx
args: -y --package github:summer521521/contam_MCP contam-mcp
This avoids manually pointing a host at a local server.js path.
.prj, .sim, .wth, .ctm, and related files.prj file referencescontamx3.exe.prj files with prjup.exe.sim files with simcomp.exesimread text outputnpx -y --package github:summer521521/contam_MCP contam-mcp..prj.If you prefer a local clone, that path is still supported and documented in the host guide.
For the full step-by-step tutorial, see:
Call discover_contam_installation and confirm CONTAM is available.List CONTAM case files in this folder.Inspect this PRJ file and summarize its references and date range.Run a test input only check for this PRJ.Run this PRJ and list the generated outputs.Start a CONTAM bridge session for this project.List the zones in the active bridge session.Advance the active bridge session by 300 seconds and return path flow updates.Close the active bridge session.contam-mcp/: MCP server source, developer guide, and regression scriptsdocs/: public quickstart and host setup guides.github/workflows/: GitHub Actions workflowsThis repository includes a privacy check that scans tracked files for personal filesystem paths before public sharing.
Run it locally with:
cd contam-mcp
npm run privacy:check
GitHub Actions also runs this check automatically.
If you want to extend the server, review bridge protocol coverage, or run the official regression suite, start here:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"contam-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also