Connect Gemini CLI
Gemini CLI supports MCP server registration through JSON config.Keep server naming consistent across clients so team docs and incident runbooks stay aligned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Register an MCP endpoint in Gemini CLI.
{
"mcpServers": {
"my-server": {
"httpUrl": "https://my-server.mcp.cloud/mcp"
}
}
}