MCP Server
Active
Apache-2.0
ROBINS-I V2 MCP MCP Server
com.blackswancausallabs/robins-i-mcp
What is the ROBINS-I V2 MCP MCP server?
ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study
How to install ROBINS-I V2 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": {
"robins-i-mcp": {
"command": "uvx",
"args": [
"robins-i-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"robins-i-mcp": {
"command": "uvx",
"args": [
"robins-i-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"robins-i-mcp": {
"command": "uvx",
"args": [
"robins-i-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"robins-i-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"robins-i-mcp"
]
}
}
}Claude Code
claude mcp add robins-i-mcp -- uvx robins-i-mcpRelated MCP servers
DAG Studio MCP
Maintained
Causal DAG analysis: backdoor paths, adjustment sets, bias simulation. Validated against dagitty.
0
View repository →JavaScript
Apache-2.0
Resolve FDA application numbers and product names to regulatory metadata (CDER, CBER, CDRH).
0
View repository →Python
MIT
TARGET Checklist MCP
Active
Score how completely a target-trial-emulation study reports what the TARGET guideline requires.
0
View repository →Python
Apache-2.0