MCP Datastore Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLOUD_PROJECT | Yes | Your Google Cloud project ID | |
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to your service account JSON key file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| datastore_getC | Get an entity by kind and key from Datastore |
| datastore_insertC | Insert a new entity into Datastore |
| datastore_updateC | Update an existing entity in Datastore |
| datastore_upsertC | Insert or update an entity in Datastore (upsert operation) |
| datastore_deleteC | Delete an entity from Datastore |
| datastore_queryC | Query entities from Datastore with optional filters, ordering, and pagination |
| datastore_runAggregationQueryC | Run an aggregation query (count, sum, avg) on Datastore entities |
| datastore_allocateIdsC | Allocate IDs for incomplete keys |
| datastore_createKeyC | Create a complete or incomplete key |
| datastore_runInTransactionB | Execute multiple operations within a transaction |
| datastore_listKindsB | List all entity kinds (types) in the Datastore by querying the kind metadata |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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