MCP Server
Active
MIT
io.github.CSOAI-ORG/fda-samd-mcp MCP Server
io.github.CSOAI-ORG/fda-samd-mcp
What is the io.github.CSOAI-ORG/fda-samd-mcp MCP server?
FDA AI/ML Software as a Medical Device Action Plan + 510(k) + PMA + De Novo pathways for US MedT...
How to install io.github.CSOAI-ORG/fda-samd-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fda-samd-mcp": {
"command": "python",
"args": [
"fda-samd-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fda-samd-mcp": {
"command": "python",
"args": [
"fda-samd-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fda-samd-mcp": {
"command": "python",
"args": [
"fda-samd-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fda-samd-mcp": {
"type": "stdio",
"command": "python",
"args": [
"fda-samd-mcp"
]
}
}
}Claude Code
claude mcp add fda-samd-mcp -- python fda-samd-mcpRelated MCP servers
Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...
1
View repository →Python
MIT
DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ...
1
View repository →Python
MIT