StackMCP
Advanced

Microservices Stack

Architect, deploy, and manage distributed microservice systems with container orchestration, caching, and full observability.

6 servers39.7K tokens20% of context

Token Budget

39.7K used (19.8%)160.3K remaining
GitHub MCP10.3K (5.1%)
Datadog MCP7.7K (3.9%)
Docker MCP7.2K (3.6%)
Kubernetes MCP6.2K (3.1%)
PostgreSQL MCP4.1K (2.1%)
Redis MCP4.1K (2.1%)

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"
      }
    },
    "datadog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "datadog-mcp-server"
      ],
      "env": {
        "DD_API_KEY": "YOUR_DD_API_KEY",
        "DD_APP_KEY": "YOUR_DD_APP_KEY"
      }
    },
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docker-mcp"
      ]
    },
    "kubernetes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-kubernetes"
      ]
    },
    "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"
      }
    }
  }
}

Included Servers

Recommended Skills

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

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.

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.