What it does
Linear's official hosted MCP server connects AI tools to a Linear workspace to search issues, create and update issues and projects, manage cycles, and post comments. Calls are deterministic against the Linear API; the model orchestrates the actions.
Example prompts
- Create a Linear issue for the login bug and assign it to me.
- List my in-progress issues for this cycle.
Tools provided
- list_issues — Search and list issues.
- create_issue — Create an issue.
- update_issue — Update an issue (status/assignee/labels).
- list_projects — List projects.
- create_comment — Comment on an issue.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Linear API Key · optionalOptional Bearer alternative to OAuth.Get this from mcp.linear.app's account or API settings.Paste the value as a single line.Only sent to: mcp.linear.app, api.linear.app
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
