Junior Linear
Freeby MCP Community
`@sentry/junior-linear` adds Linear issue workflows to Junior through Linear's hosted MCP server.
v0.20.0Added Apr 12, 2026
Junior Linear MCP Server
@sentry/junior-linear adds Linear issue workflows to Junior through Linear's hosted MCP server.
Installation
Reviews
Installation
Quick install
npx -y @sentry/junior-linear
Add to claude_desktop_config.json
{
"mcpServers": {
"junior-linear": {
"command": "npx",
"args": ["-y", "@sentry/junior-linear"]
}
}
}