Morrow Desk MCP Server
Integrates with Cloudflare services for secure identity via Cloudflare Access, email processing via Cloudflare Email Service, and data storage/AI via D1, R2, and Workers AI.
Provides read-only Shopify order lookup for support cases.
Enables WhatsApp text message ingress and conversation-owned replies for customer communication.
Click on "Install 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., "@Morrow Desk MCP ServerWhat's the next case in my queue?"
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.
Morrow
Morrow is an open-source, agent-first ERP for service businesses. It is designed as a set of deep business modules that agents can operate through small, task-shaped interfaces without collapsing the business into generic CRUD.
Morrow Desk is the first application. It combines a support desk, customer directory, CRM, communications inbox, durable operations, and controlled improvement records on Cloudflare Workers. MCP is the normal operator interface; customers use an accessible support portal and approved channels; /ops is a small Cloudflare Access-protected recovery surface.
Project status: early V1. The architecture and core Desk flows are implemented and tested, but Morrow does not yet claim production readiness. A deployed Worker is not, by itself, an operational support desk.
Project site · V1 contract · Roadmap · Architecture overview · Architecture reference
Why agent-first
The normal Desk loop is intentionally small:
morrow_case_nextreturns a complete decision workspace.morrow_case_replycommits a reply against its exact opaque revision.
The module—not the agent or transport adapter—owns lifecycle policy, authorization, audit evidence, idempotency, delivery intent, and concurrency checks. MCP, the portal, email, WhatsApp, and /ops authenticate, translate, and render.
Related MCP server: Customer Support MCP Server
What Desk V1 includes
Case queues, search, assignment, priority, lifecycle, public replies, and private notes
Public knowledge, request intake, private case links, attachments, and bounded attachment evidence
Browser text help, optional voice input, and optional read-only Shopify order lookup
Channel-neutral conversations with explicit routing to support, sales, both, or no work
Signed WhatsApp text ingress and conversation-owned replies
Canonical parties, CRM relationships, sourced activities, and scheduled follow-ups
Durable operations, immutable receipts, outcome observations, and inactive evaluation-gated improvements
Cloudflare Access identity for MCP and
/ops, plus a public portal protected by capabilities and TurnstileD1, private R2 objects, Workers AI, Cloudflare Email Service, and a durable outbox
The exact scope and exclusions are binding in docs/product-v1.md.
Repository structure
morrow/
├── apps/
│ └── desk/ # Buildable Desk Worker, migrations, tests, assets, and configs
├── packages/ # Future reusable modules, extracted only behind proven interfaces
├── docs/ # Product contract, architecture visuals, ADRs, deployment, and roadmap
├── scripts/ # Repository-wide publication and history gates
└── .github/ # CI, security scanning, and contributor templatesDesk remains one honest buildable workspace for the first public release. Modules will move to packages/ only when each has an independent interface and test boundary; see packages/README.md.
Develop
Requirements: Node.js 22 or 24+, npm, and a Cloudflare account for remote deployment.
npm install
npm run db:migrate:local
npm run devCopy apps/desk/.dev.vars.example to apps/desk/.dev.vars for local-only values. Never commit the resulting file.
Run the complete local gate before opening a pull request:
npm run checkChanges to voice prompts or tool descriptions also require:
npm run eval:voiceUpstream and proving deployments
This repository is the canonical development source. Hosted proving grounds deploy exact commits through protected environments; they are not private product forks. Tenant secrets, resource coordinates, content, customer data, and operational runbooks remain outside source control. A lesson found in a proving deployment becomes a generic issue, neutral test, and upstream change here.
See docs/development.md for the full workflow and docs/deployment.md for the deployment boundary.
Community
Questions belong in Discussions; bugs and proposals belong in issues. See CONTRIBUTING.md, GOVERNANCE.md, SECURITY.md, and CODE_OF_CONDUCT.md.
Morrow is licensed under Apache-2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA governed MCP server for integrating AI agents with customer data, featuring role-based access control, field redaction, and human-in-the-loop approval for secure support operations.Last updated1
- Alicense-qualityDmaintenanceEnables AI-powered customer support with real-time access to CRM, ticketing, and communication tools via MCP, supporting context-aware conversations and automated actions.Last updatedApache 2.0
- Alicense-qualityCmaintenanceAgent communication platform enabling meetings, messaging, helpdesk, CRM, and scheduling via CLI and MCP integration.Last updated5651Inno Setup
- Flicense-qualityCmaintenanceEnables customer support operations such as order lookup, store credit, refunds, and audit log review through an agent using safe, typed MCP tools.Last updated
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
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/codeyogi911/morrow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server