Command Palette

Search for a command to run...

UnylyUnyly
Browse all

AgentDesk

FreeNot checked

A multi agent platform with multiple tools & MCP server

GitHubEmbed

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

  1. Clone the repository

    git clone https://github.com/uzair110/agentdesk.git
    cd agentdesk
    
    • Configure your Groq Cloud credentials in a .env.local file in frontend/:
 NEXT_PUBLIC_API_URL=http://localhost:4000
    • Configure your credentials in a .env file in backend/:
 NEXT_PUBLIC_GROQ_API_KEY= <YOUR_API_KEY>
 NEXT_PUBLIC_GROQ_MODEL=llama-3.3-70b-versatile
 NEXT_PUBLIC_GITHUB_TOKEN=<GITHUB_TOKEN>
  1. Build & run with Docker Compose

    docker compose up --build
    
  2. Stopping the services

    docker compose down
    
  • Register new agents via the /agents REST endpoints.

from github.com/uzair110/agentDesk

Installing AgentDesk

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/uzair110/agentDesk

FAQ

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

Compare AgentDesk with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs