mcp for Gemini CLI
com.googleapis.firestore/mcp
Interact with your Google Cloud Firestore resources using natural language commands.
client:Gemini CLI
transport:streamable-http
tools:23
Install mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://firestore.googleapis.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- get_document
- add_document
- update_document
- delete_document
- list_documents
- list_collections
- create_database
- get_database
- list_databases
- update_database
- delete_database
- create_index
- get_index
- list_indexes
- delete_index
- get_backup
- list_backups
- delete_backup
- create_backup_schedule
- get_backup_schedule
- list_backup_schedules
- update_backup_schedule
- delete_backup_schedule