Skip to main content
Glama
petekmet

MCP Datastore Server

by petekmet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLOUD_PROJECTYesYour Google Cloud project ID
GOOGLE_APPLICATION_CREDENTIALSYesPath to your service account JSON key file

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
datastore_get

Get an entity by kind and key from Datastore

datastore_insert

Insert a new entity into Datastore

datastore_update

Update an existing entity in Datastore

datastore_upsert

Insert or update an entity in Datastore (upsert operation)

datastore_delete

Delete an entity from Datastore

datastore_query

Query entities from Datastore with optional filters, ordering, and pagination

datastore_runAggregationQuery

Run an aggregation query (count, sum, avg) on Datastore entities

datastore_allocateIds

Allocate IDs for incomplete keys

datastore_createKey

Create a complete or incomplete key

datastore_runInTransaction

Execute multiple operations within a transaction

datastore_listKinds

List all entity kinds (types) in the Datastore by querying the kind metadata

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/petekmet/mcp-gcp-datastore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server