StackMCP
Intermediate

Laravel + PHP Stack

Build Laravel applications with MySQL, Docker, documentation access, and deployment tools integrated in your editor.

5 servers24.8K tokens12% of context

Token Budget

24.8K used (12.4%)175.2K remaining
GitHub MCP10.3K (5.1%)
Docker MCP7.2K (3.6%)
Redis MCP4.1K (2.1%)
MySQL MCP3.1K (1.5%)
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"
      ]
    },
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redis-mcp"
      ],
      "env": {
        "REDIS_URL": "YOUR_REDIS_URL"
      }
    },
    "mysql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-mcp"
      ],
      "env": {
        "MYSQL_HOST": "YOUR_MYSQL_HOST",
        "MYSQL_USER": "YOUR_MYSQL_USER",
        "MYSQL_PASSWORD": "YOUR_MYSQL_PASSWORD",
        "MYSQL_DATABASE": "YOUR_MYSQL_DATABASE"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

MySQL MCP

Community

56
database

Execute SQL queries against MySQL databases. Inspect schemas, run queries, and analyze data from your AI editor.

7389/wk3.1K tokens(2%)2w ago

Laravel's default database. Query tables, inspect migrations, and debug Eloquent relationships directly from your AI assistant.