StackMCP
Intermediate

Data Engineer Stack

Build, maintain, and optimize data pipelines with direct access to databases, file systems, and containerized workflows.

6 servers34.5K tokens17% of context

Token Budget

34.5K used (17.3%)165.5K remaining
GitHub MCP10.3K (5.1%)
Docker MCP7.2K (3.6%)
Filesystem MCP5.7K (2.8%)
PostgreSQL MCP4.1K (2.1%)
Redis MCP4.1K (2.1%)
MongoDB MCP3.1K (1.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    },
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docker-mcp"
      ]
    },
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "YOUR_POSTGRES_CONNECTION_STRING"
      }
    },
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redis-mcp"
      ],
      "env": {
        "REDIS_URL": "YOUR_REDIS_URL"
      }
    },
    "mongodb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mongodb-mcp"
      ],
      "env": {
        "MONGODB_URI": "YOUR_MONGODB_URI"
      }
    }
  }
}

Included Servers

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For PostgreSQL MCP

PostgreSQL Best Practicesbest-practices

PostgreSQL optimization guide covering query performance, connection management, indexing strategies, and schema design.

npx skillsadd supabase/agent-skills/supabase-postgres-best-practices
PostgreSQL Table Designbest-practices

PostgreSQL table design patterns including normalization, indexing, partitioning, and data type selection.

npx skillsadd wshobson/agents/postgresql-table-design

For Redis MCP

Redis DevelopmentOfficialbest-practices

Official Redis skill with 29 rules across 11 categories covering Redis Query Engine, vector search, semantic caching, and pub/sub.

npx skillsadd redis/agent-skills/redis-development

For GitHub MCP

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.

For Docker MCP

Docker Expertbest-practices

Multi-stage builds, image optimization, container security, Compose orchestration, and production deployment patterns.

npx skillsadd sickn33/antigravity-awesome-skills/docker-expert
Senior DevOps Engineerrole

CI/CD pipelines, infrastructure automation, containerization, and cloud platform expertise. Pairs with Docker MCP for hands-on container management.