server.yaml•1.34 kB
name: discord-agent
type: local
meta:
  category: communication
  tags:
    - discord
    - chat
    - automation
    - community-management
    - bot
about:
  title: Discord Agent MCP
  description: Production-ready MCP server for AI-assisted Discord management and automation. Provides 46+ tools for comprehensive Discord API integration including messaging, channels, threads, roles, members, and moderation.
  icon: https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6a49cf127bf92de1e2_icon_clyde_blurple_RGB.png
  documentation_url: https://github.com/aj-geddes/discord-agent-mcp#readme
  source_url: https://github.com/aj-geddes/discord-agent-mcp
build:
  dockerfile: Dockerfile
  context: .
config:
  environment:
    - name: DISCORD_TOKEN
      description: Your Discord bot token from Discord Developer Portal
      required: true
      secret: true
    - name: TRANSPORT_MODE
      description: Transport mode (http or stdio)
      required: false
      default: http
    - name: HTTP_PORT
      description: HTTP server port
      required: false
      default: "3000"
    - name: LOG_LEVEL
      description: Logging level (debug, info, warn, error)
      required: false
      default: info
    - name: LOG_FORMAT
      description: Log format (json or pretty)
      required: false
      default: json