Skip to main content
Glama

Cloudflare D1 Database MCP Server

d1_query

Execute SQL queries on Cloudflare D1 databases to retrieve, update, or manage data using the database's REST API without direct connections.

Instructions

Run a SQL query against the configured Cloudflare D1 database.

Input Schema

NameRequiredDescriptionDefault
bindingsNoOptional positional bindings for the SQL statement.
sqlYesThe SQL statement to execute.

Input Schema (JSON Schema)

{ "properties": { "bindings": { "description": "Optional positional bindings for the SQL statement.", "items": { "type": [ "string", "number", "boolean", "null" ] }, "type": "array" }, "sql": { "description": "The SQL statement to execute.", "type": "string" } }, "required": [ "sql" ], "type": "object" }

Other Tools from Cloudflare D1 Database MCP Server

Related Tools

    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/seek-your-way-out/cloudflare-sywo-mcp-server'

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