other
Appwrite MCP, CLI, and Lua Integration for AI Agents
Appwrite integration docs for AI agents: MCP gateway setup, Appwrite CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Appwrite for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
appwrite- route_slug
appwrite- package
appwrite- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Appwrite CLIHeadless setup and direct function calls. Appwrite MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Appwrite MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Appwrite.
Claude Code Appwrite MCP setup for Claude Code. Cursor Appwrite MCP setup for Cursor. Codex Appwrite MCP setup for Codex. OpenAI Agents Appwrite MCP setup for OpenAI Agents SDK. Claude Agent SDK Appwrite MCP setup for Claude Agent SDK. Vercel AI SDK Appwrite MCP setup for Vercel AI SDK. LangChain Appwrite MCP setup for LangChain. LangGraph Appwrite MCP setup for LangGraph. CrewAI Appwrite MCP setup for CrewAI. MCP clients Appwrite MCP setup for Generic MCP Clients.
Appwrite CLI Matrix
Use these pages for direct Appwrite CLI workflows in scripts, CI, cron, and agent wrappers.
CI Appwrite CLI for CI. Cron Jobs Appwrite CLI for cron jobs. Shell Scripts Appwrite CLI for shell scripts. Headless Automation Appwrite CLI for headless automation. Coding Agents Appwrite CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
appwrite.appwrite_list_databases | Read read | 3 | List all databases in the Appwrite project. Returns database IDs and names. |
appwrite.appwrite_get_database | Read read | 1 | Get details of a specific Appwrite database by its ID. |
appwrite.appwrite_list_collections | Read read | 3 | List all collections in an Appwrite database. Returns collection IDs and names. |
appwrite.appwrite_list_documents | Read read | 4 | List documents in an Appwrite collection. Returns document data and metadata. |
appwrite.appwrite_get_document | Read read | 3 | Get a single document from an Appwrite collection by its ID. |
appwrite.appwrite_create_document | Write write | 4 | Create a new document in an Appwrite collection. |
appwrite.appwrite_get_current_user | Read read | 0 | Get the currently authenticated Appwrite user account information. |