Skip to content

Commit 0517b4a

Browse files
committed
Add README
1 parent eb8d151 commit 0517b4a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
### Cursor
2+
3+
Install automatically: [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=Astro%20docs&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2NzLmFzdHJvLmJ1aWxkL21jcCJ9)
4+
5+
[More info on MCP in Cursor](https://docs.cursor.com/context/mcp)
6+
7+
### Claude.ai / Claude Desktop
8+
9+
- Visit [Claude.ai connector settings](https://claude.ai/settings/connectors)
10+
- Scroll down and click "Add custom connector"
11+
- Enter the following details:
12+
- **Name**: Astro Docs
13+
- **Remote MCP server URL**: https://mcp.docs.astro.build/mcp
14+
15+
[More info on MCP in Claude.ai](https://support.anthropic.com/en/articles/10168395-setting-up-integrations-on-claude-ai#h_cda40ecb32)
16+
17+
### Claude Code
18+
19+
```sh
20+
claude mcp add --transport http "Astro docs" https://mcp.docs.astro.build/mcp
21+
```
22+
23+
[More info on MCP in Claude Code](https://docs.anthropic.com/en/docs/claude-code/mcp)
24+
25+
### VS Code
26+
27+
Install automatically: [Install](vscode:mcp/install?%7B%22name%22%3A%22Astro%20docs%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.docs.astro.build%2Fmcp%22%7D)
28+
29+
[More info on MCP in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server)
30+
31+
### Windsurf
32+
33+
As of July 2025, Windsurf doesn't support streamable HTTP MCP servers, so you need to use a local proxy. Use the following configuration:
34+
35+
```json
36+
{
37+
"mcpServers": {
38+
"Astro docs": {
39+
"command": "npx",
40+
"args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"]
41+
}
42+
}
43+
}
44+
```
45+
46+
[More info on MCP in Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp#mcp-config-json)

0 commit comments

Comments
 (0)