claude-manager

sithikaf/claude-manager
★ 0 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Web dashboard for managing Claude Code agents, skills, commands, plugins, and MCP servers across multiple accounts
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": {
    "claude-manager": {
      "command": "npx",
      "args": [
        "-y",
        "sithikaf/claude-manager"
      ]
    }
  }
}