Serves Google Cloud Datastore with simple query and management capabilities via the Model Context Protocol (MCP).
Daisy is an MCP (Model Context Protocol) server purpose-built for Google Cloud Datastore, offering a straightforward interface for data interaction. It empowers users to efficiently manage and query their Datastore by providing essential functionalities such as listing available entity kinds, retrieving specific entities by their keys, and performing flexible queries with pagination. Users can also apply simple equality filters on any field, including key fields, and count entities with or without specified filter conditions. This tool streamlines the integration of Google Cloud Datastore into applications and systems that leverage the MCP standard for data access and manipulation.
Key Features
01List all available entity kinds in Datastore
02Filter entities by field equality, including key fields
03Count entities with optional field-based filtering
040 GitHub stars
05Retrieve specific entities by key (name or ID)
06Query entities with pagination (limit and offset)
Use Cases
01Integrating Google Cloud Datastore into MCP-compatible applications or services.