Google Gemini
Custom Connectors require a Google Gemini Enterprise plan.
Add the Intelligems MCP Server using the Gemini CLI:
# Add with HTTP transport (recommended)
gemini mcp add --transport http intelligems https://ai.intelligems.io/mcp
# Or with SSE transport
gemini mcp add --transport sse intelligems https://ai.intelligems.io/mcp/sseAlternatively, add the server to your ~/.gemini/settings.json (user-wide) or .gemini/settings.json (project-level):
{
"mcpServers": {
"intelligems": {
"httpUrl": "https://ai.intelligems.io/mcp"
}
}
}Management commands:
gemini mcp list # View all configured servers
gemini mcp remove intelligems # Remove the serverLast updated
Was this helpful?