MCP Server
Maintained
Apache-2.0
DAG Studio MCP MCP Server
com.blackswancausallabs/dagstudio-mcp
What is the DAG Studio MCP MCP server?
Causal DAG analysis: backdoor paths, adjustment sets, bias simulation. Validated against dagitty.
How to install DAG Studio MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer <trial token>. Request a token at jdiazdecaro@blackswancausallabs.com. Clients that cannot set custom headers may instead append ?token=<trial token> to the URL.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dagstudio-mcp": {
"url": "https://dagstudio-mcp.blackswancausallabs.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dagstudio-mcp": {
"serverUrl": "https://dagstudio-mcp.blackswancausallabs.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dagstudio-mcp": {
"type": "http",
"url": "https://dagstudio-mcp.blackswancausallabs.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"dagstudio-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dagstudio-mcp.blackswancausallabs.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http dagstudio-mcp https://dagstudio-mcp.blackswancausallabs.com/mcpRelated MCP servers
Resolve FDA application numbers and product names to regulatory metadata (CDER, CBER, CDRH).
0
View repository →Python
MIT
ROBINS-I V2 MCP
Active
ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study
0
View repository →Python
Apache-2.0
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