ClipMarts

Developer Stack

GitHub, Linear, and Sentry connected so your agent can ship code

$29Operator PackFor departments, agencies, and ops-heavy teams

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.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

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

terminal
$ paperclipai skill import --from ./developer-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip developer-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./developer-mcp-bundle/
3

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

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the developer-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Developer Stack" from the list.

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

mcpgithublinearsentrydeveloperci-cd