
agentdock
一个支持多智能体注册、管理和自然语言交互的可扩展平台。
Repository Info
About This Server
一个支持多智能体注册、管理和自然语言交互的可扩展平台。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
📘 README.md — Project Overview
AgentDock: Multi-Agent MCP Server with UI & Tool Integrations
AgentDock is an extensible platform for managing intelligent agents through a Model Context Protocol (MCP) server with a clean UI, REST APIs, and LLM-powered natural language interface.
🚀 Features
- Agent registration with metadata and config
- Natural language interface (Groq-compatible)
- Logs and monitoring dashboard
- REST API-based tool registration
- UI with speech-to-text integration
🧱 Folder Structure
AgentDock/
├── backend/ # FastAPI backend
│ ├── app/
│ ├── alembic/ # DB migrations
│ └── requirements.txt
├── frontend/ # React + Tailwind frontend
│ ├── src/
│ ├── public/
│ └── package.json
├── docker-compose.yml # Multi-container orchestration
├── README.md # You're here
└── docs/ # Diagrams & API reference
└── api-spec.md # Detailed route documentation
🐳 How to Run (Docker)
# One-time setup
docker-compose build
# Start all services
docker-compose up
# Access:
# - Frontend: http://localhost:3000
# - Backend API: http://localhost:8000/docs
⚙️ Configuration
backend/app/core/config.py
Set environment values or .env file:
DATABASE_URL = "postgresql+asyncpg://agentdock:secret@db:5432/agentdock_db"
✅ API Endpoints (see docs/api-spec.md for full details)
POST /agents/→ register agentGET /agents/→ list agentsDELETE /agents/{agent_id}→ remove agentPOST /tools/→ register toolGET /tools/→ list toolsDELETE /tools/{tool_id}→ remove toolPOST /commands/→ natural language commandGET /logs/→ monitor logs
🧠 Sample Natural Language Prompts
- “Summarize latest PR”
- “Sync GitHub issues to Jira”
- “Send alert to Slack when build fails”
🛠 Technologies
- FastAPI + SQLAlchemy + Alembic
- React + Vite + Tailwind CSS
- Docker & Docker Compose
- PostgreSQL (via asyncpg)
📦 Contribution
- Fork the repo
- Clone locally
- Submit PRs to
devbranch
🏁 Status
✅ Ready for hackathon submission — core features implemented & tested!
📄 License
MIT
Quick Start
Clone the repository
git clone https://github.com/f3matirehman/agentdockInstall dependencies
cd agentdock
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.