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:
- Check
git config user.emailto determine the user's identity - Pipe mcporter output through
jq: