TARS

inceptyon-labs/TARS
★ 34 stars Rust 💻 Code/Dev Tools Updated today
TARS is a centralized hub for discovering, creating, editing, and managing Claude Code resources. It provides a visual interface for managing skills, agents, commands, hooks, MCP servers, and plugins across multiple projects with safe apply/rollback operations and profile-based configuration sharing.
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": {
    "tars": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "TARS"
      ]
    }
  }
}