fda samd mcp for Cursor
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:Cursor
transport:stdio
runtime:pypi
Install fda samd mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fda-samd-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fda-samd-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs