← Back to Plugins
MCP Server MCP

io.github.morinokami/astro-mcp

github By github 👁 1 views ▲ 0 votes

MCP server to support Astro project development

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "astro-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "sse",
        "url": "http://localhost:4321/__mcp/sse"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...