Skip to content
VS Code

hypokrates for VS Code

io.github.bruno-portfolio/hypokrates

Pharmacovigilance hypothesis generation from 15 public drug safety databases

client:VS Code transport:stdio runtime:pypi

Install hypokrates in VS Code

.vscode/mcp.json

{
  "servers": {
    "hypokrates": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hypokrates"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hypokrates in other clients