Search for:

An overview of Google Firestore

  • Why this server?

    While not directly Firestore, PostgreSQL is a popular database that can be used for similar purposes. This server provides read-only access, allowing inspection of schemas and execution of queries, which can be useful when migrating from or integrating with Firestore.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that provides read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
    1
    23,627
    37,968
    JavaScript
    MIT License
  • Why this server?

    Similar to the above, this server offers read-only access to PostgreSQL databases, which can be a good alternative or integration point if you're exploring database solutions alongside or instead of Firestore.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol server providing LLMs read-only access to PostgreSQL databases for inspecting schemas and executing queries.
    23,627
    10
    JavaScript
    MIT License
    • Apple
  • Why this server?

    While not a document store like Firestore, Redis is a popular in-memory data store often used for caching and session management and could be a relevant part of an architecture if you are moving from or integrating with Firestore. This server allows for management of Redis data through the MCP protocol.

    A
    security
    A
    license
    A
    quality
    Enables users to perform Redis database operations using the Model Context Protocol (MCP) tools, allowing for efficient data management through commands like setting, getting, and scanning hash fields.
    13
    29
    5
    TypeScript
    MIT License
  • Why this server?

    MongoDB is a document store that can be used for similar purposes as Firestore, and its ability to manage unstructured data makes this MCP server useful for comparison.

    A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
    8
    1,398
    148
    TypeScript
    MIT License
    • Apple
  • Why this server?

    Similar to the above, this MCP server provides direct interaction with MongoDB databases. Its document-oriented nature makes it relevant if you are considering other options similar to Firestore.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
    340
    75
    TypeScript
    MIT License
    • Apple
  • Why this server?

    While not a document database, BigQuery is another service offered by Google and you may be interested in its data warehousing capabilities. This MCP server allows LLMs to interact with BigQuery datasets.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.
    39
    Python
    MIT License
    • Apple
  • Why this server?

    Similar to above, BigQuery is a data warehouse with some analytical capabilities and this server allows an LLM to interact with it. Useful for more complex analytical workflows.

    -
    security
    A
    license
    -
    quality
    This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
    1
    215
    37
    JavaScript
    MIT License
  • Why this server?

    While unrelated to Firestore directly, Mapbox can be used to store and query spatial data and it is often used in tandem with other databases. This MCP server could be useful if your Firestore needs are related to spatial data

  • Why this server?

    SQLite is a lightweight database which can be used in scenarios where you would normally use Firestore. While not server-based, it can be useful for local development and testing, especially since it shares a common SQL interface.

    A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
    6
    37,968
    JavaScript
    MIT License
  • Why this server?

    Similar to above, SQLite is a lightweight database that could be a helpful tool in a Firestore project. This MCP server provides a read-only interface for exploration of SQLite databases

    -
    security
    F
    license
    -
    quality
    An MCP server that provides safe, read-only access to SQLite databases through MCP. This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
    21
    Python