A
securityA
licenseA
qualityEnables AI agents to manage issues, projects, and teams on the Linear platform programmatically.
Last updated -
7
123
22
JavaScript
MIT License
Provides tools for interacting with Linear's API, allowing users to fetch tasks with filtering options (by status, assignee, team), retrieve detailed task information, and list teams and users in a Linear workspace.
该 MCP 服务器提供与 Linear API 交互的工具,允许您获取任务及其相关详细信息。
/Users/tiru5/Library/Application Support/Cursor/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
YOUR_LINEAR_API_KEY_HERE
替换为您的实际 API 密钥通过可选的过滤从 Linear 获取任务。
参数:
status
(可选):按状态过滤(例如,“待办事项”、“进行中”、“完成”)assignee
(可选):按受让人姓名或 ID 过滤team
(可选):按团队名称或 ID 过滤limit
(可选):返回的最大任务数(默认值:20,最大值:100)例子:
获取有关特定任务的详细信息。
参数:
taskId
(必需):要检索详细信息的任务的 ID例子:
获取线性工作区中的团队列表。
**参数:**无
获取线性工作区中的用户列表。
**参数:**无
You must be authenticated.
提供与 Linear API 交互的工具,允许用户从他们的 Linear 工作区获取任务、任务详细信息、团队和用户。