What is the hypokrates MCP server?
Pharmacovigilance hypothesis generation from 15 public drug safety databases
How to install hypokrates
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": {
"hypokrates": {
"command": "uvx",
"args": [
"hypokrates"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hypokrates": {
"command": "uvx",
"args": [
"hypokrates"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hypokrates": {
"command": "uvx",
"args": [
"hypokrates"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hypokrates": {
"type": "stdio",
"command": "uvx",
"args": [
"hypokrates"
]
}
}
}Claude Code
claude mcp add hypokrates -- uvx hypokratesRelated MCP servers
io.github.bruno-portfolio/agrobr
Maintained
Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.
25
View repository →Python
MIT