data-ai MCP Server
Agentic AI platform with pixel agent technology — autonomous code generation, PR automation & multi-tenant SaaS
Discovered via agent-topic:crewai and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
GitHub org/user
Model for complex tasks
ai_agent_frontend_blue
Large + reasoning
Description
Redis connection URL
GitHub PAT for PR creation
Default LLM model
ai_agent_frontend
Large (128K output)
Container
OpenAI API key — global default if set
Enable vector memory
ai_agent_worker
Path
Default repo name
Model for simple tasks
JWT signing secret
Qdrant server URL
(host process)
Database name
ai_agent_redis
Model
How AGENA Solves It
Technology
ai_agent_mysql
status
Custom models, SSO, dedicated support
ai_agent_frontend_green
MySQL host
ai_agent_qdrant
Small
ai_agent_api
`/preferences/prompts`
Tasks/Month
...] agena task show <id> agena task logs <id> agena task create -t "Fix login bug" --assign # Team skill catalog agena skill list [-q <query>] [-t <pattern_type>] agena skill show <id> agena skill search "nullable pointer panic" # vector search agena skill delete <id> -y # Sprint refinement (Qdrant-grounded SP estimates) agena refinement backfill -p MyProject -t MyTeam --days 730 agena refinement backfill-status agena refinement history [--sp 5] [-q auth] agena refinement analyze -p MyProject -t MyTeam --sprint-path '...' ``` - **Device-code OAuth** — no JWT copy-paste; browser opens, you confirm a 6-digit code. - **Keychain credential storage** — JWT held in macOS Keychain / libsecret / Windows Credential Manager when available. - **Bundled bridge** — `agena daemon start` ships with its own copy of `bridge-server.mjs`, so `npm install -g @agenaai/cli` is self-contained. - **Homebrew tap** — `aozyildirim/tap/agena` auto-updates via GoReleaser on every CLI release. See [`packages/cli/README.md`](packages/cli/README.md) for the full command reference. --- ## Quick Start ### 1. Clone and configure ```bash git clone https://github.com/aozyildirim/Agena.git cd Agena cp .env.example .env cp frontend/.env.example frontend/.env.local ``` ### 2. Set required environment variables in `.env` The only hard requirement is the JWT signing secret — everything else (LLM provider, GitHub / Azure DevOps / Jira credentials) is configured per-organization through the dashboard at `/dashboard/integrations` once the stack is running, so the same deployment can serve teams that use OpenAI alongside teams that use Claude CLI. ```env JWT_SECRET_KEY=your-secret-key # Optional — only set if you want a global default LLM key. Most users # leave these empty and configure providers per-org from the UI. # OPENAI_API_KEY=sk-... # GEMINI_API_KEY=... ``` ### 3. Start all services ```bash ./start.sh ``` This starts Docker services (backend, worker, frontend, MySQL, Redis, Qdrant) and the **CLI bridge on the host** for Claude/Codex CLI authentication via system keychain. > **Note:** Use `start.sh` instead of `docker-compose up`. The CLI bridge must run on the host (not in Docker) to access Claude/Codex CLI auth. `./stop.sh` stops everything. ### 4. Access
`/health`
Google Gemini API key — global default if set
Concurrent worker tasks
`/billing/stripe/checkout`
Basic pipeline, 1 integration