线性 MCP 服务器
旨在比现有的 Linear MCP 服务器功能更丰富,并旨在通过 Claude 进行整体项目管理。
这是基于https://github.com/jerhadf/linear-mcp-server的,具有更多功能。
特征:
倡议
项目
问题
关系
优先级
安装
将服务器配置添加到 Claude Desktop。
注意:Claude 与 nvm 环境兼容。请确保使用 Node 的绝对路径来引用其版本。
可用工具
项目管理
create-project
- 创建一个新的 Linear 项目view-project
- 通过 ID 查看线性项目update-project
- 更新线性项目
主动管理
create-initiative
- 创建一个新的线性计划view-initiative
- 按 ID 查看线性倡议update-initiative
- 更新线性倡议
问题管理
create-issue
- 创建一个新的线性问题view-issue
- 通过 ID 查看线性问题update-issue
- 更新线性问题search-issues
- 搜索线性问题
问题关系
create-issue-relation
- 在两个问题(阻止、重复等)之间创建关系view-issue-relations
- 查看给定问题的所有关系delete-issue-relation
- 删除两个问题之间的关系
例子
This server cannot be installed
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.
通过模型上下文协议使用线性 API 促进项目管理,允许用户通过创建、查看、更新和优先排序等功能管理计划、项目、问题及其关系。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.Last updated -833
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.Last updated -6Apache 2.0
- -securityFlicense-qualityA server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.Last updated -9
- -securityFlicense-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.Last updated -73