datum-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@datum-mcpwhat data products are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
datum-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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
GitHub Private MCP Pack — access private repos, org data via OAuth.
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables LLM-powered tools to manage Databricks permissions, credentials, and Git credentials via the MCP protocol.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables remote MCP connections with GitHub OAuth authentication, providing tools like add, userInfoOctokit, and image generation (restricted) deployed on Cloudflare Workers.10 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables claude.ai to connect to GitHub MCP using OAuth, providing full toolset for repository, issue, PR, Actions, and gist operations.-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with GitHub issues, pull requests, and Actions workflows through MCP tools.-