Back to Home
andrewvu270 icon

AgentDeck

Verified Safe

by andrewvu270

Overview

A platform for deploying and managing specialized AI agent teams, integrating them with applications via automated Model Context Protocol (MCP) servers, and facilitating multi-agent collaboration and conversations.

Installation

Run Command
docker-compose up --build

Environment Variables

  • NODE_ENV
  • DATABASE_URL
  • REDIS_URL
  • JWT_SECRET
  • ENCRYPTION_KEY
  • CORS_ORIGIN
  • PORT

Security Notes

The system implements good security practices including JWT authentication with refresh tokens, AES-256-GCM encryption for API keys, rate limiting, and parameterized SQL queries. However, the `docker-compose.yml` file contains hardcoded default values for `JWT_SECRET` and `ENCRYPTION_KEY` (`dev-secret-change-in-production` and `12345678901234567890123456789012` respectively). These are critical secrets that are explicitly marked for development, but their presence as defaults poses a significant risk if the system is deployed to production without these values being properly overridden with strong, unique secrets.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-01

Tags

AI AgentsMulti-Agent OrchestrationModel Context Protocol (MCP)API IntegrationLLM Tools