a year ago
This server provides a comprehensive set of tools for creating, managing, and deploying Hugo sites.
Server Config
{
"mcpServers": {
"hugo-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/hugo-mcp",
"run",
"main.py"
]
}
}
}