Skip to content

Junior Linear

Free

by MCP Community

`@sentry/junior-linear` adds Linear issue workflows to Junior through Linear's hosted MCP server.

v0.20.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Junior Linear MCP Server

@sentry/junior-linear adds Linear issue workflows to Junior through Linear's hosted MCP server.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @sentry/junior-linear
Add to claude_desktop_config.json
{
  "mcpServers": {
    "junior-linear": {
      "command": "npx",
      "args": ["-y", "@sentry/junior-linear"]
    }
  }
}