Client guides / Gemini CLI
Connect Gemini CLI to GeneFoundry
Use GeneFoundry’s hosted MCP endpoint with Gemini CLI. Review sign-in requirements before setting up the connection.
Before you begin
Add the endpoint below, then sign in in your browser when prompted.
- Install Gemini CLI and complete its account setup.
Add GeneFoundry
- Merge the entry below into your Gemini settings.json under mcpServers, preserving existing entries.
- Start Gemini CLI, use /mcp to inspect the server, and follow the client’s authentication flow.
- Ask it to use GeneFoundry for an example question.
Hosted MCP endpoint
https://genefoundry.org/mcpGemini CLI setup
{
"mcpServers": {
"genefoundry": {
"httpUrl": "https://genefoundry.org/mcp"
}
}
}Sign in
Complete the browser sign-in requested by your client. Return to the client to continue.