claude-code-team-commander

OITApps/claude-code-team-commander
★ 7 stars Unknown language 💻 Code/Dev Tools Updated 4d ago
Blueprint for building a shared Claude Code configuration for your team — personas, commands, plugin catalog, MCP servers, security, and onboarding
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-code-team-com": {
      "command": "npx",
      "args": [
        "-y",
        "OITApps/claude-code-team-commander"
      ]
    }
  }
}

README Excerpt

**A complete playbook for building a shared Claude Code configuration for your company.** When you give your team Claude Code, everyone sets it up differently. Different plugins, different prompts, no shared standards, API keys scattered everywhere, and no way to control what tools are available. New hires spend hours figuring out the setup instead of doing work.