
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
adcirc-mcp
Advanced tools
MCP server for ADCIRC model setup debugging, parameter lookup, and configuration validation
MCP server for ADCIRC model setup debugging, parameter lookup, and configuration validation.
Unlike the other ocean-mcp servers that query remote NOAA APIs, adcirc-mcp parses local model input files and provides embedded domain knowledge to help debug and understand ADCIRC configurations.
adcirc_explain_parameter — Look up any fort.15 parameter, NWS value, tidal constituent, or nodal attributeadcirc_list_parameters — List all parameters grouped by categoryadcirc_parse_fort15 — Parse fort.15 control file into structured summaryadcirc_parse_fort14 — Parse fort.14 mesh file header (node/element counts, boundaries)adcirc_parse_fort13 — Parse fort.13 nodal attributes (names, defaults, non-default counts)adcirc_parse_fort22 — Parse fort.22 meteorological forcing headeradcirc_validate_config — Comprehensive validation with CFL check and cross-file verificationadcirc_diagnose_error — Match error text against known ADCIRC failure patternsadcirc_fetch_docs — Fetch pages from the ADCIRC wikiadcirc_search_docs — Search the ADCIRC wiki# Using uvx (recommended)
uvx adcirc-mcp
# Or install from source
cd servers/adcirc-mcp
uv sync
Add to your MCP client config:
{
"mcpServers": {
"adcirc": {
"command": "uvx",
"args": ["adcirc-mcp"]
}
}
}
cd servers/adcirc-mcp
uv sync --group dev
uv run pytest tests/ --ignore=tests/test_live.py --ignore=tests/test_mcp_protocol.py -v
MIT
FAQs
MCP server for ADCIRC model setup debugging, parameter lookup, and configuration validation
The pypi package adcirc-mcp receives a total of 20 weekly downloads. As such, adcirc-mcp popularity was classified as not popular.
We found that adcirc-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.