Astro Docs MCP ServerServer

dreyfus92
GitHub
documentationAIAstro

Loading subscription status...

💡 Description

An MCP server that provides AI assistants access to Astro documentation, enabling them to search and reference Astro documents when assisting users with Astro-related tasks.

📝 JSON Entries

{
  "mcpServers": [
    {
      "astro-docs-mcp": {
        "env": {},
        "args": [],
        "command": "/full/absolute/path/to/astro-mcp/bin/astro-docs-mcp"
      }
    }
  ]
}

🛠️ Tools

search_docs

Features

  • Access Astro documentation through URI
  • Search functionality for documenting Astro
  • Detailed explanations for common Astro tasks

💬 Example Queries

  • List the available sections of Astro documentation
  • Search Astro documentation for a specific query
  • Explain Astro islands architecture
  • Guide for setting up a new Astro project
  • Compare Astro with other web frameworks