Content
# AgentDesk
A multi-agent MCP server with a web UI for registering, managing, and interacting with intelligent agents.
## Prerequisites
* Docker & Docker Compose installed on your machine
* (Optional) A free Groq Cloud API key for natural-language agent interactions
## Quick Start
1. **Clone the repository**
```bash
git clone https://github.com/uzair110/agentdesk.git
cd agentdesk
```
2. * Configure your Groq Cloud credentials in a `.env.local` file in `frontend/`:
```text
NEXT_PUBLIC_API_URL=http://localhost:4000
```
3. * Configure your credentials in a `.env` file in `backend/`:
```text
NEXT_PUBLIC_GROQ_API_KEY= <YOUR_API_KEY>
NEXT_PUBLIC_GROQ_MODEL=llama-3.3-70b-versatile
NEXT_PUBLIC_GITHUB_TOKEN=<GITHUB_TOKEN>
```
4. **Build & run with Docker Compose**
```bash
docker compose up --build
```
* Frontend UI will be available at [http://localhost:3000](http://localhost:3000)
* Backend (MCP server) health-check at [http://localhost:4000/health](http://localhost:4000/health)
3. **Stopping the services**
```bash
docker compose down
```
* Register new agents via the `/agents` REST endpoints.
---
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...