MCP Server
MCP
io.github.morinokami/astro-mcp
MCP server to support Astro project development
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
By
Comments
Sign in to leave a comment