Skip to content
Back

Appwrite Cloud (Powers) for Kiro IDE

  • 0
  • Cloud
ASHQKING
5 Feb, 2026, 16:57

Kiro.dev (AI Agentic IDE) by AWS is rapidly growing AI-powered IDE. I think implementing Appwrite Power in Kiro will seamless Appwrite Cloud Integration in our project.

Integrating Appwrite as a "Power" in Kiro IDE involves bundling Appwrite's official Model Context Protocol (MCP) server with specific instructions for the Kiro agent. This ensures that the agent only loads Appwrite-specific tools and documentation when you actually mention keywords like "database," "auth," or "Appwrite".

Since Appwrite is not yet a native "Launch Partner" power, you can create it as a custom power using these steps:

Define the Power (POWER.md): Create a folder named appwrite-power containing a POWER.md file. This file must include: Keywords: Tags like appwrite, authentication, database, and storage that trigger the power to activate.

Onboarding: Steps for the agent to initialize the Appwrite CLI or connect to your project.

Steering: Best practices (e.g., "Always use environment variables for Project IDs") to guide the AI's code generation.

Configure the MCP Server (mcp.json): Inside the same folder, create an mcp.json file that points to the Appwrite MCP server. This server provides the agent with tools for querying users, managing databases, and reading real-time documentation.

json { "mcpServers": { "appwrite": { "command": "npx", "args": ["-y", "@appwrite/mcp-server"], "env": { "APPWRITE_ENDPOINT": "https://cloud.appwrite.io", "APPWRITE_PROJECT_ID": "your-id", "APPWRITE_API_KEY": "your-key" } } } }

Install in Kiro IDE: Open the Powers panel in the Kiro sidebar (the ghost icon with a lightning bolt). Select "Add Power" → "From Local Path" and choose your appwrite-power directory. Once installed, Kiro will automatically register the Appwrite MCP tools.

Ref: https://kiro.dev/powers/ | https://kiro.dev/docs/powers/ (if you use Kiro IDE, this will be very useful).

TL;DR
Developers are looking to integrate Appwrite Power into Kiro IDE for seamless Appwrite Cloud Integration. To create Appwrite as a custom power, developers should define the power in a POWER.md file with keywords and onboarding steps. They also need to configure the MCP server in an mcp.json file, pointing to the Appwrite server. Finally, developers can install the power in Kiro IDE through the Powers panel by selecting "Add Power" → "From Local Path" and choosing the appwrite-power directory. This will enable Kiro to register the Appwrite MCP tools automatically.
ASHQKING
5 Feb, 2026, 16:59

@Aditya Oberai

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more