StackMCP
Intermediate

Open Source Maintainer Stack

Manage open source projects with GitHub integration, issue tracking, communication tools, and project management.

5 servers30.9K tokens15% of context

Token Budget

30.9K used (15.4%)169.1K remaining
GitHub MCP10.3K (5.1%)
Linear MCP5.2K (2.6%)
Notion MCP5.2K (2.6%)
Slack MCP (Official)4.1K (2.1%)
Sentry MCP4.1K (2.1%)

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"
      }
    },
    "linear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linear-mcp"
      ],
      "env": {
        "LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
      }
    },
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "notion-mcp-server"
      ],
      "env": {
        "NOTION_API_KEY": "YOUR_NOTION_API_KEY"
      }
    },
    "slack-official-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
        "SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
      }
    },
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
      }
    }
  }
}

Included Servers

Linear MCP

Community

48
project-management

Manage Linear issues, projects, cycles, and teams. Create, update, and search issues directly from your AI editor.

3444.3k/wk5.2K tokens(3%)9mo ago

Track roadmap items and milestones beyond GitHub Issues. Gives maintainers a private planning layer on top of the public repo.

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

When users file vague bug reports, Sentry gives you the real stack trace. Triage issues faster with actual error data.