yunohost-mcp

imattau/yunohost-mcp
★ 0 stars Python AI/LLM Updated 2d ago
Secure, Nostr-authenticated MCP server for YunoHost administration and _ynh package development
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": {
      "command": "uvx",
      "args": [
        "yunohost-mcp"
      ]
    }
  }
}

Or install with pip: pip install yunohost-mcp

README Excerpt

Secure MCP server for YunoHost: Nostr-authenticated, policy-controlled, auditable administration, diagnostics, and `_ynh` package development for AI clients (Codex, Claude, OpenCode, ChatGPT-compatible MCP clients). See [PLAN.md](PLAN.md) for the full design and phased roadmap, and [PHASE0_INVESTIGATION.md](PHASE0_INVESTIGATION.md) for how it maps onto YunoHost's actual Python API.