Astro MCP
未认领MCP server to support Astro project development
安装
npx astro add astro-mcp工具(14 个)
filepath
(string): The absolute filepath of the module
get-astro-changes
Get the changelog of the Astro-related packages
get-astro-config
Get the Astro config object containing comprehensive project settings including file paths (root, src, public, output directories), site URL, build options, server settings, enabled integrations, markdown processing configuration, image handling, Vite plugins, security settings, and experimental fea
get-astro-integration
Get detailed metadata about a specific Astro integration, including its name, description, categories, repository links, npm information, related website links, official status, and download statistics
get-astro-server-address
Get the current network address, IP protocol family, and port number of the running Astro development server
get-vite-config
Get the Vite config digest, including the root, resolve, plugins, and environment names
get-vite-module-info
Get graph information of a module, including importers, imported modules, and compiled result
list-astro-integrations
List all Astro integrations available in the ecosystem
list-astro-routes
List detailed routing information from your Astro project, including all routes with their file entrypoints, URL patterns, dynamic parameters, pre-rendering status, and route types. Optionally filter by type to focus on specific route categories
name
(string): The name of the Astro integration to get information about
packageName
(string): The name of the Astro-related package to get the changelog for
query
(string): The query to search for
search-astro-docs
Search the Astro documentation for specific topics, concepts, or features. Returns relevant documentation snippets that match your query
type
(string, optional): redirect, page, endpoint, or fallback