Appwrite for your agents.
Connect Appwrite once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Appwrite.
What agents can do with Appwrite
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
appwrite_list_databasesList all databases in the project.
appwrite_list_collectionsList all collections in a database.
appwrite_list_documentsList documents in a collection with optional filtering.
appwrite_list_bucketsList all storage buckets in the project.
appwrite_list_filesList files in a storage bucket.
appwrite_get_documentGet a single document by its ID from a collection.
appwrite_create_documentCreate a new document in a collection. `data` is the key-value payload; `permissions` is optional array of permission strings.
appwrite_get_accountGet the currently authenticated user account details.
appwrite_create_bucketCreate a new storage bucket. `name` is required; optionally set `permissions` and `enabled`.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Appwrite Console, open your project, go to Settings > API Keys.
- Click 'Create API Key'. Name it and select the scopes (e.g. databases.read, storage.read).
- Copy the API key and your Project ID from Project Settings.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Appwrite to Even: call connect_begin("appwrite") on the even-connect MCP and walk me through it.
List all databases in your Appwrite project and retrieve filtered documents from a collection.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.