datum-mcp
Officialdatum-mcp
The people's door to the Datum data platform: an MCP server on Cloudflare Workers (Datum Labs account) that
signs users in with GitHub and only admits members of the DatumLabMHQ organisation. Tools: whoami,
list_products, list_questions, ask, query, health; each one forwards to datum-api with a server-side
key, so no person ever holds a key.
Endpoint:
https://datum-mcp.datumlabs.workers.dev/mcp(streamable HTTP). Claude Code: it is thedatumserver inDatumLabMHQ/datum-analysis/.mcp.json; the first call opens the GitHub sign-in.Built on
@cloudflare/workers-oauth-provider+agents(McpAgent), from Cloudflare's reference server.Bindings: KV
OAUTH_KV(grants and state), Durable ObjectDatumMCP. Vars:DATUM_API_URL,GITHUB_ORG.Secrets:
GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET(an OAuth App owned by the DatumLabMHQ organisation, callbackhttps://datum-mcp.datumlabs.workers.dev/callback),COOKIE_ENCRYPTION_KEY,DATUM_API_KEY.Deploy:
CLOUDFLARE_ACCOUNT_ID=c9bf3d8e875ffe933a9bf895695e0fd1 npx wrangler deploy.
Removing someone from the organisation removes their access at their next sign-in.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DatumLabMHQ/datum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server