remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides tools for issue tracking and project management in Linear, allowing users to create and update issues, search and filter issues, retrieve user-assigned tasks, add comments, and access organizational information.
线性 MCP
Linear 的模型上下文协议 (MCP) 服务器,提供问题跟踪和项目管理工具。
配置
转到Linear 安全设置并创建 API 密钥:
然后,使用LINEAR_API_KEY
环境变量进行配置:
Copy
运行服务器
Copy
Docker
Copy
要在 Claude Desktop 中使用它,它看起来像这样:
Copy
资源
Linear MCP 提供对以下资源类型的访问:
资源 | 描述 | 示例 URI |
---|---|---|
问题 | 特定线性问题的详细信息 | linear-issue:///a1b2c3d4 |
团队问题 | 特定团队的所有问题 | linear-team:///ENG/issues |
用户问题 | 分配给用户的问题 | linear-user:///me/assigned |
组织 | 有关您的线性组织的详细信息 | linear-organization: |
查看器 | 有关已验证用户的信息 | linear-viewer: |
工具
工具 | 描述 |
---|---|
linear_create_issue | 创建具有标题、描述和其他属性的新线性问题 |
linear_update_issue | 更新现有问题的属性 |
linear_search_issues | 使用灵活的过滤条件搜索问题 |
linear_get_user_issues | 检索分配给特定用户的问题 |
linear_add_comment | 向现有问题添加评论 |
示例提示
创建新问题
Copy
更新问题
Copy
寻找问题
Copy
检索用户任务
Copy
添加评论
Copy
组织概况
Copy
执照
Apache 2.0
You must be authenticated.
Tools
与 Linear 集成的模型上下文协议服务器,使 AI 助手能够创建、更新、搜索和评论项目管理和问题跟踪的问题。