14 days ago
MCP server that gives AI agents fast access to AdonisJS documentation (v5, v6, v7).
Fetches raw markdown directly from the official GitHub repos and caches locally for speed.
Server Config
{
"mcpServers": {
"adonis-docs": {
"command": "uvx",
"args": [
"adonis-docs-mcp"
]
}
}
}