datastore-mcp
Verified Safeby hashkrish
Overview
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Google Cloud Datastore, enabling data management and querying capabilities.
Installation
No command providedSecurity Notes
The server provides direct programmatic access to Google Cloud Datastore (or an emulator). While no 'eval' or obvious obfuscation is present in the provided README, direct database manipulation by an AI assistant requires careful configuration of credentials (especially for production GCP) and running within a secure, trusted environment. Misconfiguration or exposure to untrusted AI could lead to data modification or exfiltration.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.