Skip to main content

Linear

Where to issue a Linear API key and connect it to Nora.
Linear integrations let your agents query and create issues, projects, and cycles via Linear’s GraphQL API.

Where to apply for credentials

Linear — API settings

Settings → API
1

Create a Personal API key

Click Create new key, name it (e.g. “Nora”).
2

Copy the key

Copy the value — Linear shows it once. Personal API keys inherit the issuing user’s permissions.
For team-wide access independent of a single user, register an OAuth Application instead. Nora’s current Linear integration uses the personal API key shape.

Connect in Nora

Paste the key. Optionally set a default Team ID (the team’s UUID, visible in /settings/teams URLs). Nora calls a viewer { name } GraphQL query to verify.

MCP server

No first-party Linear MCP server today. Community servers exist on npm.

Environment variables Nora injects

VariableSource
LINEAR_API_KEYAPI Key field
LINEAR_TEAM_IDTeam ID (if set)