HeadsUpAI

Appwrite Launches MCP Server 2.0 to Reduce AI Agent Context Bloat

· Updated

Appwrite, an open-source backend-as-a-service platform for web and mobile apps, launched Appwrite MCP Server 2.0. The update introduces a two-tool architecture that replaces the previous method of registering every API operation as a separate tool. It uses appwrite_search_tools to find capabilities and appwrite_call_tool to execute them.

This architecture solves the problem of context bloat, where loading an entire backend API into a model's context window (the maximum data a model processes at once) leaves little room for the actual task. By keeping tool definitions internal, agents remain efficient even as the number of supported services grows.

You can upgrade by removing all service flags, such as --users or --storage, from your configuration, as all services are now enabled by default. The server is available via uvx for immediate use with agentic coding tools like Claude Code or Cursor.

Appwrite
Appwrite
@appwrite
X

Appwrite MCP Server 2.0 is here 🚀 All Appwrite services are now enabled by default with a new two-tool architecture that uses less of the model's context. Previously, you had to pass flags like --users or --storage to enable specific services. That's gone. The server handles everything out of the box. Learn how to update your MCP configuration: https://t.co/PiDZ0WD3rC

2retweets25likes
View on X

Share this update