fda samd mcp for Grok
io.github.csoai-org/fda-samd-mcp
FDA AI/ML Software as a Medical Device Action Plan + 510(k) + PMA + De Novo pathways for US MedT...
client:Grok
transport:stdio
runtime:pypi
Install fda samd mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fda-samd-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fda-samd-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