About
A multi agent platform with multiple tools & MCP server
README
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.localfile infrontend/:
- Configure your Groq Cloud credentials in a
NEXT_PUBLIC_API_URL=http://localhost:4000
- Configure your credentials in a
.envfile 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
/agentsREST endpoints.
Installing AgentDesk
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/uzair110/agentDeskFAQ
Is AgentDesk MCP free?
Yes, AgentDesk MCP is free — one-click install via Unyly at no cost.
Does AgentDesk need an API key?
No, AgentDesk runs without API keys or environment variables.
Is AgentDesk hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install AgentDesk in Claude Desktop, Claude Code or Cursor?
Open AgentDesk on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare AgentDesk with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
