Software DevelopmentAuth: Open
Astro Docs hosted MCP server
Astro docs
The Astro Docs MCP server exposes the official Astro web-framework documentation to agents, keeping Astro build questions grounded in current docs.
Curated by Agentic WorkersPublished Updated
Server description
Official Astro documentation as an MCP source
The Astro Docs MCP server exposes the official Astro web-framework documentation to agents, keeping Astro build questions grounded in current docs.
- Slug
- astro-docs
- Category
- Software Development
- Category slug
- software-development
- Authentication
- Open
- Auth type
- none
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"astro-docs": {
"url": "https://mcp.docs.astro.build/mcp"
}
}
}