Open Source Maintainer Stack
Manage open source projects with GitHub integration, issue tracking, communication tools, and project management.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.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
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
The nerve center of any open source project. Triage issues, review PRs, manage releases, and respond to contributors — all inline.
Linear MCP
Community
Manage Linear issues, projects, cycles, and teams. Create, update, and search issues directly from your AI editor.
Track roadmap items and milestones beyond GitHub Issues. Gives maintainers a private planning layer on top of the public repo.
Slack MCP (Official)
Anthropic
Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.
Most OSS communities live on Slack or Discord. Stay responsive to contributor questions without leaving your coding flow.
Sentry MCP
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
When users file vague bug reports, Sentry gives you the real stack trace. Triage issues faster with actual error data.
Notion MCP
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
Maintain internal docs, RFC drafts, and governance notes. The stuff that doesn't belong in a GitHub README.