hypokrates for Cursor
io.github.bruno-portfolio/hypokrates
Pharmacovigilance hypothesis generation from 15 public drug safety databases
client:Cursor
transport:stdio
runtime:pypi
Install hypokrates in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hypokrates": {
"type": "stdio",
"command": "uvx",
"args": [
"hypokrates"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs