MCP ExplorerExplorer

Agentdesk

@uzair110on a month ago
1 MIT
FreeCommunity
AI Systems
#agentic-ai#agents#groq-ai#mcp-server
A multi agent platform with multiple tools & MCP server

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.

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

    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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers