KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Appwrite MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Appwrite.

Appwrite CLI Matrix

Use these pages for direct Appwrite CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.