Connect Linear MCP is a free, MIT-licensed agent skill that lets your AIML.chat agents create, search, and update Linear issues without leaving the chat. A visitor reports a bug, and your support agent files it in Linear — after a human approves the write. No copy-paste, no context-switch.
What it does
The skill wires the official Linear MCP server into an AIML.chat agent and exposes three tools:
search_issues, create_issue, and update_issue. Your agent can check for a duplicate before filing,
draft a well-formed issue from a messy support thread, and move tickets across states — all grounded in
the same docs it already answers from. Because issue creation and updates are mutating actions, they run
through AIML.chat's write-confirm flow: the agent proposes the change and a human approves it before
anything is written to Linear.
The skill
name: connect-linear-mcp
Use when an agent needs to create, search, or update Linear issues from a chat.
Steps:
1. Create a Linear API key (Settings → API) or use the hosted Linear MCP endpoint.
2. AIML.chat: MCP → Marketplace → Linear → Install, paste the key, authorize.
3. Attach search_issues, create_issue, update_issue to your support/triage agent.
4. Test: "file a bug: checkout fails on Safari" → drafts the issue, asks to confirm.
How to use it
Copy the SKILL.md into your agent framework's skills folder, or install it directly in AIML.chat under
Agents → Skills. Scope the Linear API key to a single team so the agent follows least privilege. It
pairs naturally with the support agent type, so triage stays accurate and cited. See the
Linear MCP hub entry for the server setup, and the MCP docs for how
write-confirm works.
Ready to try it? Start free and connect Linear in a couple of minutes, or check pricing for higher message and agent limits.
Is this skill really free?+
Yes — it is MIT-licensed and free to copy. Using it inside AIML.chat counts toward your plan's message and agent limits; see pricing.
Which MCP server does it need?+
The official Linear MCP server. Install it from the Marketplace — see the Linear hub entry for the exact steps.
Are issue writes safe?+
Yes. create_issue and update_issue are mutating tools, so AIML.chat requires a human to approve each write before it runs.