Connect Hermes to Firestore
What happens next
Set up in minutes
Choose where it runs
On your computer through your own Hermes, or hosted in the cloud. The rest of setup adapts to your choice:
Pick what it can do in Firestore
A preset of real Firestore operations. Each one becomes a tool the agent can call, and it can't touch anything outside the list.
Connect Firestore
One sign-in. The agent acts through your account, scoped to the operations you picked.
Add your personal MCP link
The last step mints a private MCP URL for this agent and walks you through exactly this, with your real link filled in. The page flips to Connected the moment your Hermes first calls in. Hermes connects when it next starts a session.
1. Run this in your terminal
2. Answer no when asked if the server requires authentication — the link itself is the key
<your-link> is your personal server URL — setup mints it for you.
Exact capabilities
Tools Hermes gets
Firestore
55 toolsFetch a single document by its collection and document id.
List documents in a collection.
Create a new document in a collection.
Update (patch / upsert) fields on a document.
Delete a document.
Retrieve multiple documents by full name in a single call.
Apply a set of writes in one (non-atomic, best-effort) call.
Run a structured query over a collection.
Run a COUNT / SUM / AVG aggregation over a query.
List collection IDs under the database root or a document.
Start a read/write transaction; returns a transaction token.
Atomically commit a set of writes (optionally within a transaction).
Abort an in-progress transaction.
Execute a Firestore pipeline query.
Open a Firestore listen stream request.
Open a Firestore write stream request.
Get metadata/config for a database.
List databases in the project.
Create a Firestore database.
Clone an existing Firestore database from PITR.
Restore a Firestore database from a backup.
List composite indexes for a collection group.
Poll the status of a long-running operation (export/import/index build).
Partition a structured query for parallel execution.
Patch database metadata/configuration.
Delete a Firestore database.
Create a backup schedule for a Firestore database.
Get one backup schedule.
List backup schedules for a Firestore database.
Update a backup schedule.
Delete a backup schedule.
Export documents to Cloud Storage.
Import documents from Cloud Storage.
Bulk delete collection groups in the background.
Get a composite index definition.
Delete a composite index.
Create a database user creds resource.
Get a database user creds resource.
List user creds for a database.
Enable a user creds resource.
Disable a user creds resource.
Delete a user creds resource.
Reset the password of a user creds resource.
List field index / TTL configurations.
Get one field configuration.
Patch a field configuration.
List long-running operations.
Request cancellation for a long-running operation.
Delete interest in a long-running operation result.
Get one Firestore-supported location.
List Firestore-supported locations.
Get one Firestore backup.
List Firestore backups in a location.
Delete a Firestore backup.
Raw Firestore REST call escape hatch for newly added or niche endpoints.
Starting points
What you can build
Meet the runner
About Hermes
Good to know
Frequently asked questions
Keep exploring
More ways to connect
More tools for Hermes
Use Firestore with other agents
Make it yours
Open your Hermes agent in one click.
NoClick runs Hermes for you with Firestore wired in as tools. Connect your account and run.