Zed_
Learn how you can use Zed with Appwrite by adding Appwrite MCP servers and installing Appwrite skills for AI-assisted development.
2 min read
1. Quick start prompts
Get started quickly with these pre-built prompts for common Appwrite integrations:
2. Add MCP servers
Connect Appwrite MCP servers to Zed for deeper integration with the Appwrite API and documentation.
Before you begin, ensure you have the following pre-requisites installed on your system:
In Zed, open the Command Palette (press CMD + Shift + P on MacOS or CTRL + Shift + P on Linux), run the agent: add context server action, and choose which MCP server you want to configure:
Click Add Server after adding each configuration. You can also review the configured servers in the Model Context Protocol (MCP) Servers section of Zed's Agent settings.
3. Install Appwrite skills
Install Appwrite skills to give Zed's agent SDK-specific knowledge about Appwrite.
Run the following command in your project directory:
npx skills add appwrite/agent-skillsWhen prompted:
- Select the Appwrite skills that match the SDKs you use in your project.
- Select Zed as one of the AI tools that should use the installed skills.
- Choose whether to install the skills at the project level or globally.
- Select symlink as the installation method.
Zed loads skills from ~/.agents/skills/ for global installs and <worktree>/.agents/skills/ for project-local installs. Each skill must be a direct child of the skills folder and include a SKILL.md file.
4. Test the integration
Open the Agent panel in Zed and test your MCP integrations. You can try out the following example prompts based on the MCP server you have configured:

Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.