StackMCP
Intermediate

API Development Stack

Design, build, and test production-grade REST and GraphQL APIs with database integration, automated testing, and error tracking.

5 servers29.9K tokens15% of context

Token Budget

29.9K used (14.9%)170.1K remaining
GitHub MCP10.3K (5.1%)
Playwright MCP10.3K (5.1%)
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"
      }
    },
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    },
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "YOUR_POSTGRES_CONNECTION_STRING"
      }
    },
    "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

PostgreSQL MCP

Anthropic

90
database

Query and interact with PostgreSQL databases, inspect schemas, and run SQL directly from your AI editor.

79.1k40.3k/wk4.1K tokens(2%)Official5d ago

Query and manage your PostgreSQL database directly — design schemas, run migrations, and debug queries without leaving your editor.

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%)Official4d ago

Track API errors, exceptions, and performance bottlenecks in real time so you can fix issues before users report them.

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 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 Playwright MCP

Playwright TestingOfficialworkflow

Official Microsoft Playwright CLI skill for browser automation, E2E testing, and web scraping workflows.

npx skillsadd microsoft/playwright-cli
Senior QA Engineerrole

Test generation, coverage analysis, and E2E testing patterns. Pairs with Playwright MCP for automated browser testing.

For Sentry MCP

Sentry Observabilityworkflow

Read-only observability: list issues, view events, monitor production errors via Sentry API. Includes bundled Python script.

npx skillsadd openai/skills/sentry