linear

Installation
SKILL.md

Linear

Overview

Interact with Linear via mcporter to manage issues, projects, teams, and initiatives. All commands use mcporter call linear.<tool> syntax. The list_issues tool does not support server-side assignee filtering reliably — when filtering by assignee, fetch all issues and pipe through a python script to filter client-side.

Querying Issues

List my issues

The assignee filter and query parameter trigger GraphQL errors on the Linear MCP server. Always fetch all issues and filter client-side with jq:

  1. Check git config user.email to determine the user's identity
  2. Pipe mcporter output through jq:
Installs
23
GitHub Stars
1
First Seen
Feb 18, 2026
linear — buildrtech/dotagents