- Explore MCP Servers
- agentDesk
Agentdesk
What is Agentdesk
agentDesk is a multi-agent platform that provides a web UI for registering, managing, and interacting with intelligent agents, built on an MCP server.
Use cases
Use cases for agentDesk include deploying chatbots for customer service, automating data retrieval processes, and creating intelligent assistants for personal or business use.
How to use
To use agentDesk, clone the repository, configure your credentials in the necessary environment files, and run the application using Docker Compose. Access the frontend UI at http://localhost:3000 and the backend health-check at http://localhost:4000/health.
Key features
Key features of agentDesk include a user-friendly web interface, support for multiple intelligent agents, REST endpoints for agent registration, and integration with Groq Cloud for natural-language interactions.
Where to use
agentDesk can be used in various fields such as customer support, automation of tasks, and any application requiring intelligent agent interactions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Agentdesk
agentDesk is a multi-agent platform that provides a web UI for registering, managing, and interacting with intelligent agents, built on an MCP server.
Use cases
Use cases for agentDesk include deploying chatbots for customer service, automating data retrieval processes, and creating intelligent assistants for personal or business use.
How to use
To use agentDesk, clone the repository, configure your credentials in the necessary environment files, and run the application using Docker Compose. Access the frontend UI at http://localhost:3000 and the backend health-check at http://localhost:4000/health.
Key features
Key features of agentDesk include a user-friendly web interface, support for multiple intelligent agents, REST endpoints for agent registration, and integration with Groq Cloud for natural-language interactions.
Where to use
agentDesk can be used in various fields such as customer support, automation of tasks, and any application requiring intelligent agent interactions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
-
Clone the repository
git clone https://github.com/uzair110/agentdesk.git cd agentdesk
-
- Configure your Groq Cloud credentials in a
.env.local
file infrontend/
:
- Configure your Groq Cloud credentials in a
NEXT_PUBLIC_API_URL=http://localhost:4000
-
- Configure your credentials in a
.env
file inbackend/
:
- Configure your credentials in a
NEXT_PUBLIC_GROQ_API_KEY= <YOUR_API_KEY> NEXT_PUBLIC_GROQ_MODEL=llama-3.3-70b-versatile NEXT_PUBLIC_GITHUB_TOKEN=<GITHUB_TOKEN>
-
Build & run with Docker Compose
docker compose up --build
- Frontend UI will be available at http://localhost:3000
- Backend (MCP server) health-check at http://localhost:4000/health
-
Stopping the services
docker compose down
- Register new agents via the
/agents
REST endpoints.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.