{
  "markdown": "# Firestore Managed MCP Extension\n\nThe Firestore managed MCP extension allows users to interact with the Firestore\nAPI via natural language commands.\n\n## Why use the Firestore managed MCP server?\n\nGoogle and Google Cloud\n[managed MCP servers](https://docs.cloud.google.com/mcp/overview) can be used in\nyour AI applications with enterprise-ready governance, security, and access\ncontrol.\n\n## Before you begin\n\n1.  In the Google Cloud console, on the\n    [project selector page](https://console.cloud.google.com/projectselector2/home/dashboard),\n    select or create a Google Cloud project.\n\n    > **Note**: If you don't plan to keep the resources that you create in this\n    > procedure, create a project instead of selecting an existing project.\n    > After you finish these steps, you can delete the project, removing all\n    > resources associated with the project.\n\n2.  Get your administrator to grant you the\n    [MCP Tool User role](https://docs.cloud.google.com/iam/docs/roles-permissions/mcp#mcp.toolUser)\n    (`roles/mcp.toolUser`) on the Google Cloud project. If you created a new\n    project, then you already have the required permissions.\n\n3.  Ensure your administrator has enabled the\n    [Firestore API](https://console.cloud.google.com/marketplace/product/google/firestore.googleapis.com)\n    on the Google Cloud project.\n\n## Configure authentication\n\nThis extension uses Google Application Default Credentials (ADC) to perform\nauthentication. To login with ADC, run the following command in your terminal:\n\n```bash\ngcloud auth application-default login\n```\n\nFor additional details, see the\n[ADC documentation](https://docs.cloud.google.com/docs/authentication/application-default-credentials#personal).\n\n## Install the extension\n\nTo install the extension, run the following command in your terminal:\n\n```bash\ngemini extensions install https://github.com/gemini-cli-extensions/firestore\n```\n\n## Available tools\n\nTo see a complete list of available tools and their schemas, see the\n[Firestore MCP reference](https://docs.cloud.google.com/firestore/docs/reference/mcp).\n\n## Sample use cases\n\nThe following are sample use cases and prompts for the Firestore MCP server:\n\n-   \"What tools are available for the Firestore MCP server?\"\n-   \"Add a document with collection \"book\" under my Firestore database\n    \"my-database\" with the Google Cloud project \"my-project\" with generated book\n    info.\"\n-   \"Get the information for the book with ID 3VyGFIAPRHUNeuH5h2eb from the book\n    collection.\"\n-   \"Update the year field of document 3VyGFIAPRHUNeuH5h2eb to 1995.\"\n-   \"List all books under the book collection.\"\n-   \"List all collections IDs under the root of the \"my-database\" Firestore\n    database.\"\n-   \"Delete the document 3VyGFIAPRHUNeuH5h2eb under the book collection.\"\n-   \"Create a new Firestore database named 'my-database' in location\n    'us-central1' with project 'my-project'.\"\n-   \"List all databases in project 'my-project'.\"\n-   \"Get details for database 'my-database' in project 'my-project'.\"\n-   \"Delete database 'my-database' in project 'my-project'.\"\n-   \"Create a composite index on collection 'books' for fields 'author' and\n    'year' in project 'my-project' and database 'my-database'.\"\n-   \"List all indexes in database 'my-database' for project 'my-project'.\"\n-   \"Delete the index for collection 'books' with fields 'author' and 'year'.\"\n\n## Optional security and safety configurations\n\nMCP introduces new security risks and considerations due to the wide variety of\nactions that you can take with MCP tools. To minimize and manage these risks,\nGoogle Cloud offers defaults and customizable policies to control the use of MCP\ntools in your Google Cloud organization or project.\n\nFor more information about MCP security and governance, see\n[AI security and safety](https://docs.cloud.google.com/mcp/ai-security-safety).\n\n## Quotas and limits\n\nThe Firestore MCP server doesn't have its own quotas. There is no limit on the\nnumber of call that can be made to the MCP server. You are still subject to the\nquotas enforced by the APIs called by the MCP server tools.\n\n## Reference and resources\n\n*   Explore the\n    [Firestore remote MCP server reference documentation](https://docs.cloud.google.com/firestore/docs/reference/mcp),\n    which includes a list of all available tools, and the full input and output\n    schema for each tool.\n*   See the\n    [Firestore overview](https://docs.cloud.google.com/firestore/native/docs).\n*   Learn about\n    [MCP security and governance](https://docs.cloud.google.com/mcp/ai-security-safety).\n",
  "bytes": 4567,
  "sha": "400cf7adbbda60caeffd7fb77e5ec1909a8624b43537bb75faf59fbac848fb87",
  "repo_slug": "gemini-cli-extensions/firestore",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gemini_cli_extensions_firestore_7d779857/readme"
}