yunohost-mcp_ynh

imattau/yunohost-mcp_ynh
★ 0 stars Shell Code/Dev Tools Updated 2d ago
YunoHost package for yunohost-mcp: a Nostr-authenticated MCP server for AI-assisted YunoHost administration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yunohost-mcp_ynh": {
      "command": "npx",
      "args": [
        "-y",
        "imattau/yunohost-mcp_ynh"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that lets AI coding agents (Claude, Codex, and other MCP clients) inspect, diagnose, and administer this YunoHost server — and develop/test `_ynh` app packages — through typed, policy-controlled tools, instead of arbitrary shell access.