Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
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 Published 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.

Directory details

Slug
astro-docs
Category
Software Development
Category slug
software-development
Authentication
Open
Auth type
none

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.

Use with your agent
{
  "mcpServers": {
    "astro-docs": {
      "url": "https://mcp.docs.astro.build/mcp"
    }
  }
}

Connection links