maverick-linear-mcp
Use Linear through mcporter backed by https://mcp.linear.app/mcp.
The OAuth token is injected automatically via $env:MAVERICK_LINEAR_OAUTH_TOKEN. Never ask the user for a token.
Workflow
- Verify tools with
scripts/invoke.sh list maverick-linear --schema. - Start with
viewerorget_teamsto resolve team IDs. - Search or list issues before assuming IDs.
- Fetch issue details before updating.
- Confirm before creating, moving, closing, or otherwise materially changing issues.
Common Tools
viewer,get_teams- current user and teams.search_issues,get_issues,get_issue- find and inspect issues.create_issue,update_issue,create_comment- create, change, and discuss issues.get_projects,get_cycles,add_issue_to_cycle- project and cycle work.get_workflow_states,get_labels- resolve valid state and label IDs before writing.
Priority values: 0 none, 1 urgent, 2 high, 3 medium, 4 low.
If auth fails, tell the user to reconnect Linear in Maverick settings.