YunoHost MCP for VS Code
io.github.imattau/yunohost-mcp
Nostr-authenticated MCP server for secure YunoHost administration.
client:VS Code
transport:stdio
runtime:pypi
Install YunoHost MCP in VS Code
.vscode/mcp.json
{
"servers": {
"yunohost-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"yunohost-mcp-connect"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs