Provides AI agents with access to Astro documentation for assisting users with Astro-related tasks.
Astro Docs MCP server exists for a simple reason — assistants are far more useful when they can act on Astro Docs directly instead of describing what you should do. Provides AI agents with access to Astro documentation for assisting users with Astro-related tasks.
An MCP server for providing Astro documentation access to AI agents. This server allows AI assistants to look up and reference Astro documentation when helping users with Astro-related tasks.
Once Astro Docs is connected, these are the calls the assistant has available:
search_docs — Search Astro documentationlist — List available Astro documentation sectionsResources — The Resources tool exposed by this serverTools — The Tools tool exposed by this serverPrompts — The Prompts tool exposed by this serverDebugging — Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCPSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Astro Docs's toolset — search_docs, list, Resources and 3 more — is a fair guide to whether it matches your workflow. It is maintained by dreyfus92; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Astro Docs's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_docs | Search Astro documentation |
| list | List available Astro documentation sections |
| Resources | The Resources tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
| Prompts | The Prompts tool exposed by this server. |
| Debugging | Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script: |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.