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/content/docs/en/guides/build-with-ai.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,34 @@ Install by clicking the button below:
77
77
78
78
[More info on using MCP servers with VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server)
79
79
80
+
#### Warp
81
+
82
+
[Warp](https://warp.dev) (formerly Warp Terminal) is an agent development environment built for coding with multiple AI agents. Adding the Astro Docs MCP server allows Warp to access the latest Astro documentation when answering questions or performing coding tasks.
83
+
84
+
<Steps>
85
+
86
+
1. Open your Warp settings and go to AI > MCP Servers > Manage MCP Servers.
87
+
2. Click "Add".
88
+
3. Enter the following configuration. You can optionally configure the Astro MCP server to activate on startup using the `start_on_launch` flag:
[More info on using MCP servers with Warp](https://docs.warp.dev/knowledge-and-collaboration/mcp)
107
+
80
108
#### Claude.ai / Claude Desktop
81
109
82
110
[Claude.ai](https://claude.ai) is a general-purpose AI assistant. Adding the Astro Docs MCP server allows it to access the latest documentation when answering Astro questions or generating Astro code.
0 commit comments