# Linear

Manage issues, projects, documents, and cycles in your Linear workspace. Create and update issues, add comments, track statuses and labels, and view teams and users. Search Linear documentation to qu…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aggKartik/linear-proxy-unofficial

# Browse available tools
npx -y @smithery/cli@latest tool list aggKartik/linear-proxy-unofficial

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aggKartik/linear-proxy-unofficial list_comments

# Call a tool
npx -y @smithery/cli@latest tool call aggKartik/linear-proxy-unofficial list_comments '{}'
```

## Direct MCP Connection

Endpoint: `https://linear-proxy-unofficial--aggkartik.run.tools`

## Tools (24)

- `list_comments` — List comments for a specific Linear issue
- `create_comment` — Create a comment on a specific Linear issue
- `list_cycles` — Retrieve cycles for a specific Linear team
- `get_document` — Retrieve a Linear document by ID or slug
- `list_documents` — List documents in the user's Linear workspace
- `get_issue` — Retrieve detailed information about an issue by ID, including attachments and git branch name
- `list_issues` — List issues in the user's Linear workspace
- `create_issue` — Create a new Linear issue
- `update_issue` — Update an existing Linear issue
- `list_issue_statuses` — List available issue statuses in a Linear team
- `get_issue_status` — Retrieve detailed information about an issue status in Linear by name or ID
- `list_my_issues` — List issues assigned to the current user
- `list_issue_labels` — List available issue labels in a Linear workspace or team
- `create_issue_label` — Create a new Linear issue label
- `list_projects` — List projects in the user's Linear workspace
- `get_project` — Retrieve details of a specific project in Linear
- `create_project` — Create a new project in Linear
- `update_project` — Update an existing Linear project
- `list_project_labels` — List available project labels in the Linear workspace
- `list_teams` — List teams in the user's Linear workspace
- `get_team` — Retrieve details of a specific Linear team
- `list_users` — Retrieve users in the Linear workspace
- `get_user` — Retrieve details of a specific Linear user
- `search_documentation` — Search Linear's documentation to learn about features and usage

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aggKartik/linear-proxy-unofficial <tool-name>
```
