StackMCP
Advanced

Java / Spring Boot Stack

Build Java Spring Boot applications with database access, containerization, monitoring, and CI/CD integration.

5 servers31.8K tokens16% of context

Token Budget

31.8K used (15.9%)168.2K remaining
GitHub MCP10.3K (5.1%)
Docker MCP7.2K (3.6%)
PostgreSQL MCP4.1K (2.1%)
Sentry MCP4.1K (2.1%)
Context7 MCP1.0K (0.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"
      ]
    },
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ]
    },
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

Docker MCP

Community

36
devops

Manage Docker containers, images, volumes, and networks. Run, stop, inspect, and monitor containers from your AI editor.

448161/wk7.2K tokens(4%)1y ago

Java apps need containerization for consistent builds. Manage your Docker Compose stack and multi-stage builds inline.

Sentry MCP

Sentry

70
monitoring

Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.

5645/wk4.1K tokens(2%)Official2d ago

Java stack traces are notoriously verbose. Let your AI assistant parse Sentry errors and pinpoint the actual issue.