biopharma catalyst mcp for Cursor
io.github.yesc97/biopharma-catalyst-mcp
Forensic biopharma catalyst auditor — 10 tools, deterministic CLEAN/BEAR_SIGNAL verdict.
client:Cursor
transport:stdio
runtime:npm
Install biopharma catalyst mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"biopharma-catalyst-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"biopharma-catalyst-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs