线性 MCP 服务器
用于与 Linear 交互的模型上下文协议 (MCP) 服务器。该服务器允许 AI 助手通过 MCP 标准从 Linear 获取数据。
当前功能
- 通过用户 ID 或电子邮件地址获取用户的待办事项
安装
- 克隆此存储库
- 安装依赖项:
- 在项目根目录创建一个
.env
文件(从.env.example
复制):从Linear 开发者控制台获取 Linear API 密钥
发展
运行开发服务器(使用热重载):
生产环境构建
构建 TypeScript 代码:
运行编译后的代码:
与 MCP 客户端一起使用
此 MCP 服务器实现了标准 MCP 协议,可与任何 MCP 客户端配合使用。服务器提供以下工具:
与 Claude 代码一起使用
要将此 MCP 服务器与 Claude Code 一起使用,请运行以下命令:
这会将 Linear MCP 服务器注册到 Claude Code,从而允许您直接从 Claude 对话访问 Linear 票证。
获取用户待办事项票证
获取指定用户处于“Todo”状态的所有工单。
参数:
userId
(可选):用户的 IDemail
(可选):用户的电子邮件
注意:您必须提供userId
或email
。
响应示例:
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
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.
允许 AI 助手通过模型上下文协议 (MCP) 标准访问和检索线性票证数据的服务器,目前专注于获取用户的待办事项票证。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.Last updated -13,4141,774TypeScriptMIT License
- -securityFlicense-qualityAn implementation of a Model Context Protocol server that allows Claude and other AI assistants to interact with Shortcut.com's ticket management system for searching, viewing, creating, and updating stories.Last updated -Python
- -securityAlicense-qualityModel Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.Last updated -74JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.Last updated -71TypeScriptMIT License