Welcome back to the product update. April was packed with major releases across Appwrite. From our official MongoDB partnership and Appwrite 1.9.0 to new infrastructure APIs, Realtime improvements, performance upgrades, and deeper AI integrations, we shipped updates focused on helping you build faster, scale more reliably, and integrate Appwrite more deeply into your workflows.
Here is a quick overview of what we shipped:
- Appwrite and MongoDB partnership in Appwrite 1.9.0
- Terraform provider for Appwrite
- Message based Realtime over a single WebSocket
- List response caching with TTL
- Introducing the Webhooks API
- Official Appwrite Rust Server SDK
- Appwrite MCP Server 2.0
- Appwrite plugin for Claude Code
- Appwrite plugin now available on Cursor
Let's dive in.
Appwrite and MongoDB join forces in Appwrite 1.90
Appwrite and MongoDB are now official partners. Starting with Appwrite 1.9.0, MongoDB is supported as a database option for self hosted deployments.
You can run Appwrite directly on your existing MongoDB infrastructure while keeping the same APIs and SDKs. No breaking changes. No rewrites.
Reuse your existing backups, monitoring, and scaling setup while staying fully open source and self hosted.
This release also includes improvements across Databases, Realtime, Auth, and infrastructure. You get better handling of large integers, new string column types, configurable caching, and improved observability for database usage.
Terraform provider for Appwrite
You can now manage your Appwrite infrastructure using Terraform.
Define databases, storage, functions, auth, messaging, and more using HCL, and apply changes consistently across environments.
Works with both Appwrite Cloud and self-hosted setups.
Message-based Realtime over a single WebSocket
Realtime has been reworked to use a message-based protocol over a single persistent WebSocket connection.
You can now manage multiple subscriptions on one connection, update them without reconnecting, and avoid URL length limits entirely. This makes Realtime more predictable and scalable for production workloads.
List response caching with TTL
You can now cache list query responses in memory using a configurable TTL.
Repeated reads skip the database entirely until the cache expires, improving performance for feeds, dashboards, and frequently accessed data.
Caching is permission-aware, so users only see data they are allowed to access.
Introducing the Webhooks API
Webhooks can now be fully managed through the Appwrite Server SDKs.
Create, update, and delete webhooks directly from code, configure signing secrets, and automate workflows for CI/CD or multi-tenant systems.
Available across all major Server SDKs.
Introducing the Appwrite Rust SDK
Appwrite now has an official Server SDK for Rust.
It is async-first, type-safe, and designed for backend services and infrastructure use cases, covering all major Appwrite services. No raw HTTP calls, just a clean and idiomatic Rust API.
Appwrite MCP Server 2.0
We have rebuilt the Appwrite MCP server with a simpler architecture.
Instead of passing service flags, everything is now enabled by default. The server exposes two tools: one to search the full Appwrite tool catalog, and one to execute operations. This reduces complexity and uses less of the model’s context.
Appwrite plugin for Claude Code
Connecting Claude Code to a real backend usually takes manual setup and extra context.
The Appwrite plugin removes that. With a single install, your agent can interact with your Appwrite project using the right context from the start, with built-in skills and MCP servers included.
Appwrite plugin now available on Cursor
The Appwrite plugin is now live on the Cursor marketplace.
No need to configure MCP servers or install skills separately. Just install and start building with support for the Appwrite CLI and major SDKs.
Install from the Cursor marketplace
Community Recognitions
We are excited to feature Abid as part of our monthly Community Recognitions for April 2026. Abid created a wrapper around an earlier version of the Appwrite MCP server to reduce token and context usage, an idea that later inspired improvements in Appwrite MCP Server 2.0.
If you would like to participate in next month’s Community Recognitions, join our Discord server and showcase your project.
Engineering Resources
- 5 Claude hacks you need to try right now
- Claude Mythos preview: the model too powerful too release
- Did Claude Design just kill Lovable?
- 6 practical ways developers use AI to build faster
- How to add a backend to apps built with Claude Code
What's to come
We are just getting started with MongoDB and AI integrations. Expect deeper database flexibility, more tools for AI-assisted development, and continued improvements across performance and developer experience.
Follow us on X and check our Changelog regularly, as we will release more information in the coming weeks.










Top comments (0)