contam-tools
v0.1.1Codex plugin for running and inspecting CONTAM projects through a local CONTAM MCP server.
By summer521521License: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install contam-tools for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add contam-tools@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “contam-tools” remain stable.
- Codex:
contam-tools@agent-plugin-marketplace→contam-tools@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/summer521521/CONTAM_plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/contam-mcp/SKILL.md└── .mcp.json
Included Skills1
Use when working with CONTAM projects through the local contam MCP server, including discovering CONTAM executables and API integrations, listing .prj/.sim/.wth/.ctm files, inspecting or diagnosing project references, cloning scenario folders, running baseline/intervention case matrices, using contamxpy for step-by-step co-simulation, updating weather or contaminant references, running simulations, upgrading projects, comparing .sim results, analyzing text outputs, exporting simulation text, or using bridge sessions for zone/path/AHS metadata and adjustments.
MCP servers1
- command
- powershell.exe
- args
- -NoProfile -ExecutionPolicy Bypass -File ./scripts/start-contam-mcp.ps1
Plugin manifests1
{
"name": "contam-tools",
"version": "0.1.1",
"description": "Codex plugin for running and inspecting CONTAM projects through a local CONTAM MCP server.",
"author": {
"name": "summer521521",
"url": "https://github.com/summer521521"
},
"homepage": "https://github.com/summer521521/CONTAM_plugin",
"repository": "https://github.com/summer521521/CONTAM_plugin",
"license": "MIT",
"keywords": [
"codex",
"mcp",
"contam",
"simulation"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "CONTAM Tools",
"shortDescription": "Run CONTAM projects through MCP.",
"composerIcon": "./assets/icon.svg",
"longDescription": "Packages a local CONTAM MCP launcher, project guard script, and workflow skill for installation/API discovery, project inspection, diagnostics, case hygiene, scenario cloning, case matrices, ContamW SketchPad layout generation, GUI-safe result settings, contamxpy co-simulation, simulation, text-result triage, and bridge sessions.",
"developerName": "summer521521",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Discover the CONTAM installation.",
"Diagnose this CONTAM project.",
"Run this CONTAM simulation.",
"Make this PRJ safe for ContamW Building Check and result review."
],
"brandColor": "#7C3AED"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[contam-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/contam-tools)