Developer Stack
GitHub, Linear, and Sentry connected so your agent can ship code
What is Developer Stack?
A developer-focused MCP bundle connecting the tools you already use. GitHub (repos, issues, PRs, actions), Linear (issues, projects, cycles), and Sentry (errors, performance, releases). Pre-configured with scoped permissions so your agent can read issues, create PRs, and check error rates without admin access to anything.
10 min
Intermediate
What's Included
- mcp-servers.json
- servers/github/config.json
- servers/github/auth-setup.md
- servers/github/permissions.md
- servers/linear/config.json
- servers/linear/auth-setup.md
- servers/sentry/config.json
- servers/sentry/auth-setup.md
- docker-compose.yaml
- env.example
- scripts/setup.sh
- scripts/test-connections.sh
- README.md
Preview
// mcp-servers.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@mcp/github-server"],
"env": {
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"GITHUB_OWNER": "${GITHUB_OWNER}"
}
},
"linear": {
"command": "npx",
"args": ["-y", "@mcp/linear-server"],
"env": {
"LINEAR_API_KEY": "${LINEAR_API_KEY}",
"LINEAR_TEAM_ID": "${LINEAR_TEAM_ID}"
}
},
"sentry": {
"command": "npx",
"args": ["-y", "@mcp/sentry-server"],
"env": {
"SENTRY_AUTH_TOKEN": "${SENTRY_AUTH_TOKEN}",
"SENTRY_ORG": "${SENTRY_ORG}"
}
}
}
}Installation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip developer-mcp-bundle.zipImport the skill
paperclipai skill import --from ./developer-mcp-bundle/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill developer-mcp-bundle
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Developer Stack"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the developer-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Developer Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging