PluginBench
MCP Server

hypokrates MCP Server

io.github.bruno-portfolio/hypokrates

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 hypokrates

Related MCP servers

Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.

25
Python
MIT
View repository →
hypokrates MCP Server | PluginBench