Linear for your agents.
Connect Linear once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Linear.
What agents can do with Linear
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
linear_graphqlRun a Linear GraphQL query or mutation. Linear is GraphQL-only; common queries: `{ viewer { name } }`, `{ issues(first: 10, filter: {assignee: {isMe: {eq: true}}}) { nodes { identifier title state { name } } } }`.
linear_my_issuesList issues assigned to the key's user (a canned GraphQL query for the most common ask).
linear_viewerReturn the authenticated user (a canned GraphQL query). Handy for verifying the API key.
linear_list_teamsList teams in the workspace with their ids and keys (a canned GraphQL query). You need a team id to create issues.
linear_list_projectsList projects with their state and dates (a canned GraphQL query).
linear_create_issueCreate an issue via GraphQL mutation. Pass `variables` with input.teamId (from list_teams) and input.title; optional input.description, input.priority, input.assigneeId.
linear_create_commentAdd a comment to an issue via GraphQL mutation. Pass `variables` with input.issueId and input.body (Markdown).
linear_get_issueGet a single issue by its identifier (e.g. ENG-123).
linear_update_issueUpdate an issue's properties via GraphQL mutation.
linear_list_workflow_statesList workflow states (statuses) for a team.
linear_create_issue_relationLink two issues together (blocks, duplicate, relates to, etc.).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Under 'Personal API keys', click 'New API key'.
- Name it (e.g. 'Even') and create.
- Copy the key; it is shown once. The first tool call validates it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Linear to Even: call connect_begin("linear") on the even-connect MCP and walk me through it.
Query your Linear issues, create new tickets, and add comments to track project work.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.