Microservices Stack
Architect, deploy, and manage distributed microservice systems with container orchestration, caching, and full observability.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.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
Kubernetes MCP
Community
Interact with Kubernetes clusters via kubectl. Manage pods, deployments, services, and configurations from your AI editor.
Manage pods, services, and deployments across clusters — the orchestration backbone for running microservices at scale.
Docker MCP
Community
Manage Docker containers, images, volumes, and networks. Run, stop, inspect, and monitor containers from your AI editor.
Build and manage container images for each service, ensuring consistent environments from development to production.
PostgreSQL MCP
Anthropic
Query and interact with PostgreSQL databases, inspect schemas, and run SQL directly from your AI editor.
Provision and query per-service databases, manage schemas, and handle data migrations across your service boundaries.
Redis MCP
Community
Interact with Redis databases. Get, set, and manage keys, run commands, and monitor your Redis instances from your AI editor.
Add high-performance caching, message queuing, and session storage to reduce inter-service latency and database load.
Datadog MCP
Datadog
Access Datadog monitoring data including dashboards, metrics, logs, events, incidents, and monitors from your AI editor.
Monitor distributed traces, service health metrics, and logs across all microservices to pinpoint bottlenecks and failures.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Manage multi-repo or monorepo codebases with pull requests, CI/CD pipelines, and automated releases for each service.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Docker MCP
Multi-stage builds, image optimization, container security, Compose orchestration, and production deployment patterns.
npx skillsadd sickn33/antigravity-awesome-skills/docker-expertCI/CD pipelines, infrastructure automation, containerization, and cloud platform expertise. Pairs with Docker MCP for hands-on container management.
For PostgreSQL MCP
PostgreSQL optimization guide covering query performance, connection management, indexing strategies, and schema design.
npx skillsadd supabase/agent-skills/supabase-postgres-best-practicesPostgreSQL table design patterns including normalization, indexing, partitioning, and data type selection.
npx skillsadd wshobson/agents/postgresql-table-designFor Redis MCP
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-developmentFor GitHub MCP
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
npx skillsadd callstackincubator/agent-skills/githubDebug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
npx skillsadd openai/skills/gh-fix-ciAddress PR review comments using GitHub CLI. Streamlines the code review response workflow.
npx skillsadd openai/skills/gh-address-commentsAutomated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.