You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/blog/post/announcing-appwrite-cursor-plugin/+page.markdoc
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ category: announcement
10
10
featured: false
11
11
---
12
12
13
-
Earlier this year, we launched [Appwrite Skills](/docs/tooling/ai/skills), opensource markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Skills solved a real problem: agents were generating Appwrite code that looked right but used wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt.
13
+
Earlier this year, we launched [Appwrite Skills](/docs/tooling/ai/skills), open-source Markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Skills solved a real problem: agents were generating Appwrite code that looked right but used the wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt.
14
14
15
-
Today, we are taking that a step further. We are launching the **Appwrite plugin for Cursor**.
15
+
Today, we are taking a step further.
16
16
17
-
The Appwrite plugin bundles everything your AI agents need to work with Appwrite into a single install. Instead of manually configuring MCP servers and installing skills separately, you just visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build.
17
+
# Introducing the Appwrite plugin for Cursor
18
18
19
-
# What is included
19
+
The Appwrite plugin for Cursor bundles all the tools your AI agents need to work with Appwrite into a single installation. Instead of manually configuring MCP servers and installing skills separately, you visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build with Appwrite.
20
20
21
-
The Appwrite plugin packages three types of resources into one install:
21
+
The plugin packages three types of resources into one install:
22
22
23
23
## 10 agent skills
24
24
@@ -32,13 +32,13 @@ The plugin includes both the Appwrite API MCP server and the Appwrite Docs MCP s
32
32
33
33
Built-in commands for deploying functions and sites using the Appwrite CLI, directly from the agent chat.
34
34
35
-
# Why use the plugin
35
+
# Why developers should use the plugin
36
36
37
-
Before the plugin, setting up Appwrite in Cursor meant manually adding MCP server configurations, installing skills separately, and making sure everything was wired up correctly. It worked, but it was friction that slowed you down.
37
+
Before the plugin, setting up Appwrite in Cursor required manually adding MCP server configurations, installing agent skills separately, and wiring everything together. While it worked, it added unnecessary friction to the initial setup experience.
38
38
39
-
The plugin removes that friction entirely:
39
+
The plugin removes this friction entirely:
40
40
41
-
- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files to edit.
41
+
- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files need to be edited.
42
42
- **Everything in one place**: Skills, MCP servers, and commands are bundled together and stay in sync.
43
43
- **Automatic skill discovery**: Cursor's agents load the right skill for your language and framework without you needing to specify anything.
44
44
@@ -48,10 +48,10 @@ Installing the plugin takes less than a minute:
48
48
49
49
1. Visit the [Appwrite plugin](https://cursor.com/marketplace/appwrite) on the Cursor Marketplace.
50
50
2. Sign in with your Cursor account.
51
-
3. Click **Add to Cursor**.
51
+
3. Click on **Add to Cursor**.
52
52
4. The plugin will be added to your editor automatically.
53
53
54
-
Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users collection` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup.
54
+
Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users table` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup.
If you installed the Appwrite plugin in [Step 2](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4). Follow these steps if you prefer to configure MCP servers manually.
47
+
If you installed the Appwrite plugin in [Step 2](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4).
48
48
49
49
Connect Appwrite MCP servers to Cursor for deeper integration with the Appwrite API and documentation.
0 commit comments