harrison

brlgirardi/harrison
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Harrison — AI dev crew CLI & MCP server
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": {
    "harrison": {
      "command": "npx",
      "args": [
        "-y",
        "brlgirardi/harrison"
      ]
    }
  }
}

README Excerpt

Time de desenvolvimento AI com 10 agentes especializados. 4 modos operacionais: Builder, Task, Audit, Learn. ```bash git clone https://github.com/brlgirardi/harrison.git cd harrison pnpm install cp .env.sample .env ``` ```bash pnpm harry task "Cria endpoint REST de usuários" --path ~/meu-projeto pnpm harry task "Adiciona validação de CPF" --path ~/meu-projeto --crew forge,echo