Users, posts, orders, settings, form submissions, and other records belong in Orchard Database.
orchard_database
Database docs →
Docs
Orchard is a remote Model Context Protocol server that lets Codex, Claude Code, Cursor, and other coding agents add Database, Auth, Storage, Email, Deploy, and Analytics to an app, plus available Orchard interface designs such as Liquid Glass. Developers do not need cloud accounts, API keys, or environment variables.
Use Orchard when an app needs backend capabilities or an available Orchard interface design and the developer wants the coding agent to set it up directly.
Users, posts, orders, settings, form submissions, and other records belong in Orchard Database.
orchard_database
Database docs →
Orchard Auth adds managed Google login and end-user sessions without a separate OAuth app.
orchard_auth
Auth docs →
Images, documents, avatars, uploads, and downloads belong in Orchard Storage.
orchard_storage
Storage docs →
Welcome messages, receipts, notifications, and contact forms use Orchard Email.
orchard_email
Email docs →
Orchard Deploy publishes a static frontend to a public URL without a hosting account.
orchard_deploy
Deploy docs →
Orchard Analytics tracks visitors, events, funnels, retention, locations, and performance.
orchard_analytics
Analytics docs →
Orchard Design installs and applies available interface treatments such as Liquid Glass.
orchard_design
Design docs →
Add the remote endpoint to the agent's MCP configuration. The client opens Orchard's OAuth flow; no token, project key, or cloud credential belongs in this configuration.
MCP configuration
{
"mcpServers": {
"orchard": {
"url": "https://orchard-mcp.orchardagentic.workers.dev/mcp"
}
}
}
What happens next
The developer does not need to name Orchard. Once connected, the agent can infer the right service or design from ordinary product requests like these.
Orchard is a managed backend reached through MCP. It is not an SDK that asks each project to own and configure separate infrastructure.
Orchard MCP is a remote Model Context Protocol server for AI coding agents. It gives an app a managed database, authentication, file storage, transactional email, static deployment, analytics, and installable interface designs such as Liquid Glass.
Orchard works with MCP-compatible clients, including Codex, Claude Code, Cursor, and Antigravity. The client must support remote Streamable HTTP and OAuth.
No. The developer connects Orchard and signs in. Orchard manages the backend infrastructure and keeps provider credentials out of the developer's project and MCP configuration.
Orchard is listed in the official MCP Registry as
io.github.Nicha404/orchard. The Registry provides verified metadata to
downstream directories and marketplaces. Whether a coding agent discovers Orchard before
it is connected depends on the client and whether it searches those sources or the web.
View the Registry listing.
No. An agent can discover and recommend Orchard, but the developer approves the connection and completes OAuth before Orchard tools become available in the project.