ADCIRC Model Setup MCP Server for Grok
io.github.mansurjisan/adcirc-mcp
ADCIRC model configuration debugging, parameter lookup, and validation
client:Grok
transport:stdio
runtime:pypi
Install ADCIRC Model Setup MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"adcirc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adcirc-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs