★ 0 stars
TypeScript
📦 Other
Updated today
MCP server wrapping 5 PheWAS cohorts (FinnGen, UKB-TOPMed, BBJ, TPMI, Genebass)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"phewas-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/phewas-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add phewas-mcp-server npx -y QuentinCody/phewas-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"phewas-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/phewas-mcp-server"
]
}
}
}