Packmind MCP Server
ai.packmind/mcp-server
Documentation
Installation
- Remote MCP endpoint:
streamable-http https://app.packmind.ai/mcp - Self-hosted Docker Compose setup:
mkdir packmind && cd packmind && curl -fsSL -o install.sh https://raw.githubusercontent.com/PackmindHub/packmind/refs/heads/main/dockerfile/prod/setup-packmind-compose.sh && chmod +x install.sh && ./install.sh - Helm setup:
helm repo add packmind https://packmindHub.github.io/packmind-ai-helm-chart/,helm repo update,helm install packmind-ai packmind/packmind-ai
Configuration
- Core runtime vars:
DATABASE_URL,APP_WEB_URL,REDIS_URI,JWT_SECRET,ENCRYPTION_KEY,RATE_LIMIT_MAX_REQUESTS,RATE_LIMIT_TIME_WINDOW - Optional/self-hosting vars:
CORS_ORIGINS,SMTP_*,WORKOS_*,OPENAI_API_KEY,PACKMIND_LOG_LEVEL,NODE_EXTRA_CA_CERTS - MCP transport/auth vars referenced by the review feedback:
MCP_EXTERNAL_TOKEN,MCP_JWT_SECRET_KEY,JWT_AUDIENCE
Capabilities
Packmind provides standards, commands, skills, onboarding, and distribution for AI coding agents including Claude Code, Copilot, Cursor, Junie, OpenCode, and GitLab Duo.
Limitations
Self-hosted deployments depend on PostgreSQL and Redis, and optional features can require WorkOS, a custom CA bundle, or an LLM provider. The docs also call out a Kubernetes DNS issue with Alpine/musl and recommend ndots:1 when external host resolution fails.
