Cloud Datastore API MCP ServerServer

ag2-mcp-servers
GitHub
Cloud DatastoreNoSQLAPI

Loading subscription status...

💡 Description

An MCP server that provides access to Google Cloud Datastore services through the v1beta1 API, enabling interaction via natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Cloud Datastore API MCP Server": {
        "env": {
          "SECURITY": "<API_KEY>",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonuvruffmypypytest

Features

  • Integration with Google Cloud Datastore
  • Allows natural language commands to manage NoSQL operations

💬 Example Queries

  • How do I add a new document to my Datastore?
  • Retrieve entities from my Cloud Datastore.