runai

Crosery/runai
★ 7 stars Rust 🤖 AI/LLM Updated today
AI CLI skill/MCP resource manager with TUI and MCP server — manage skills, MCPs, groups across Claude/Codex/Gemini/OpenCode
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "runai": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "runai"
      ]
    }
  }
}