datastore-mcp

hashkrish/datastore-mcp

3.2

If you are the rightful owner of datastore-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server that provides access to Google Cloud Datastore, enabling AI assistants like Claude to interact with Datastore entities, perform queries, and manage data.

Tools

Functions exposed to the LLM to take actions

datastore_get

Retrieve an entity by key

datastore_put

Create or update an entity

datastore_delete

Delete an entity

datastore_query

Query entities with filters and ordering

datastore_batch_get

Retrieve multiple entities by keys

datastore_list_kinds

List all entity kinds in the namespace

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources