Astro Docs

Provides access to the latest Astro framework documentation through Kapa.ai's search API, enabling developers to query official docs and retrieve structured results with titles, URLs, content snippets, and source types.

View Source
8 stars
0 tools
Created Aug 2025
@withastro/withastro-astro-docs-docs-mcp

About

Provides access to the latest Astro framework documentation through Kapa.ai's search API, enabling developers to query official docs and retrieve structured results with titles, URLs, content snippets, and source types.

Categories

general

Installation

npm

npm install @withastro/withastro-astro-docs-docs-mcp

Configuration

{ "mcpServers": { "withastro-astro-docs-docs-mcp": { "command": "npx", "args": [ "-y", "@withastro/withastro-astro-docs-docs-mcp" ] } } }