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.