Skip to main content
Glama

Cloudflare MCP Server

by ry-ops

list_kv_keys

Retrieve all keys from a Cloudflare Workers KV namespace with pagination and prefix filtering support to manage stored data efficiently.

Instructions

List all keys in a Workers KV namespace. Supports pagination and prefix filtering.

Input Schema

NameRequiredDescriptionDefault
account_idNoAccount ID (uses default from config if not provided)
namespace_idYesThe KV namespace ID
prefixNoFilter keys by prefix
limitNoMaximum number of keys to return (default: 1000)
cursorNoCursor for pagination

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Account ID (uses default from config if not provided)", "type": "string" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of keys to return (default: 1000)", "type": "number" }, "namespace_id": { "description": "The KV namespace ID", "type": "string" }, "prefix": { "description": "Filter keys by prefix", "type": "string" } }, "required": [ "namespace_id" ], "type": "object" }

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/ry-ops/cloudflare-mcp-server'

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