StackMCP
Intermediate

Rails + Ruby Stack

Build Ruby on Rails applications with PostgreSQL, Docker, testing, and documentation tools in your AI editor.

5 servers37.8K tokens19% of context

Token Budget

37.8K used (18.9%)162.2K remaining
GitHub MCP10.3K (5.1%)
Playwright MCP10.3K (5.1%)
Docker MCP7.2K (3.6%)
PostgreSQL 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"
      ]
    },
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docker-mcp"
      ]
    },
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "YOUR_POSTGRES_CONNECTION_STRING"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

PostgreSQL MCP

Anthropic

88
database

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

83.0k72.6k/wk4.1K tokens(2%)Official1w ago

Rails convention is Postgres in production. Query your database, inspect Active Record schemas, and debug migrations inline.

Context7 MCP

Upstash

94
documentation

Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.

51.7k605.8k/wk1.0K tokens(0.5%)Official3d ago

Rails has strong conventions that change between versions. Up-to-date docs prevent your AI from generating Rails 6 patterns in a Rails 7 app.

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 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 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.