Firestore MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIRESTORE_PROJECT_ID | Yes | Your Firebase project ID (required) | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to service account JSON file (optional - for authentication) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| firestore-list-collectionsB | List Firestore collections |
| firestore-get-collectionC | Get documents from a Firestore collection |
| firestore-get-documentC | Get a document from Firestore |
| firestore-create-documentC | Create a new document in Firestore |
| firestore-update-documentC | Update an existing Firestore document |
| firestore-delete-documentC | Delete a document from Firestore |
| firestore-query-collectionC | Query documents in a Firestore collection |
| firestore-list-subcollectionsC | List subcollections of a document |
| firestore-get-collection-by-pathC | Get documents from a collection using full path (supports subcollections) |
| firestore-get-document-by-pathB | Get a document using full path (supports subcollections) |
| firestore-create-document-by-pathC | Create a document in a collection using full path (supports subcollections) |
| firestore-update-document-by-pathC | Update a document using full path (supports subcollections) |
| firestore-delete-document-by-pathB | Delete a document using full path (supports subcollections) |
| firestore-query-collection-by-pathC | Query documents in a collection using full path (supports subcollections) |
| firestore-batch-writeB | Execute multiple write operations in a single atomic batch |
| firestore-batch-readC | Read multiple documents in a single operation |
| firestore-transactionC | Execute a transaction with read and write operations |
| firestore-increment-fieldB | Atomically increment a numeric field value |
| firestore-array-unionC | Add elements to an array field without duplicates |
| firestore-array-removeC | Remove elements from an array field |
| firestore-server-timestampC | Set a field to the server timestamp |
| firestore-delete-fieldC | Delete specific fields from a document |
| firestore-field-value-batchC | Execute multiple field value operations in a batch |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| collections |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devlimelabs/firestore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server