Back to MCP Servers
Opengenes
MCP server for a queryable database for aging and longevity research from the OpenGenes project.
biology-medicine-and-bioinformatics
Installation
npx -y opengenes-mcpConfiguration
{
"mcpServers": {
"opengenes-mcp": {
"command": "npx",
"args": ["-y", "opengenes-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes