All MCP servers

Astro Mcp

Official
by Api.Airforcestdio059MIT

MCP server to support Astro project development

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "astro-mcp-imp722c9": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}