modelscope·@vinayak-mehta/linear-mcp
一种集成了Linear的模型上下文协议服务器,使人工智能助手能够创建、更新、搜索和评论项目管理及问题跟踪中的问题。
一个为 Linear 提供问题跟踪和项目管理工具的 Model Context Protocol (MCP) 服务器。
<a href="https://glama.ai/mcp/servers/4t9pgjso9u"> <img width="380" height="200" src="https://glama.ai/mcp/servers/4t9pgjso9u/badge" alt="Linear Server MCP server" /> </a>前往 Linear 安全设置 并创建一个 API 密钥:

然后,使用 LINEAR_API_KEY 环境变量进行配置:
# Add to your .env file
LINEAR_API_KEY=lin_api_xxxxxxxxxxxx
# Or export as environment variable
export LINEAR_API_KEY=lin_api_xxxxxxxxxxxx
uvx --from git+https://github.com/vinayak-mehta/linear-mcp linear-mcp
docker build -t linear-mcp:latest .
docker run -it --rm -e LINEAR_API=lin_api_xxxxxx linear-mcp:latest
要在 Claude Desktop 中使用它,看起来会是这样:
"linear-mcp-server": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"-e",
"LINEAR_API_KEY=lin_api_xxxxxx",
"linear-mcp-server:latest"
]
}
Linear MCP 提供以下类型的资源访问:
| 资源 | 描述 | 示例 URI |
|---|---|---|
| Issue | 特定 Linear 问题的详细信息 | linear-issue:///a1b2c3d4 |
| Team Issues | 某个特定团队的所有问题 | linear-team:///ENG/issues |
| User Issues | 分配给用户的任务 | linear-user:///me/assigned |
| Organization | 关于您的 Linear 组织的详细信息 | linear-organization: |
| Viewer | 认证用户的信息 | linear-viewer: |
| 工具 | 描述 |
|---|---|
linear_create_issue | 使用标题、描述和其他属性创建一个新的 Linear 问题 |
linear_update_issue | 更新现有问题的属性 |
linear_search_issues | 使用灵活的过滤条件搜索问题 |
linear_get_user_issues | 检索分配给特定用户的问题 |
linear_add_comment | 向现有问题添加评论 |
Create a bug ticket: "Login screen disappears like magic tricks at a birthday party!" Priority: HIGH, Team: Engineering
Upgrade ENG-123 to "shooting star" priority! Users are excited! Change status to "Racing to the finish line!"
Find all Frontend tasks with "authentication" that are patiently waiting for their moment to shine
What exciting challenges await me today in Linear?
Add to DEV-456: "Temporarily paused while the API does its beauty routine. Back on it next sprint with fresh energy!"
Show me our amazing team structure so I can appreciate all the talented people making this happen
Apache 2.0
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
阿里云可观测 MCP服务,提供了一系列访问阿里云可观测各产品的工具能力,覆盖产品包含阿里云日志服务SLS、阿里云应用实时监控服务ARMS、阿里云云监控等,任意支持 MCP 协议的智能体助手都可快速接入。
自动从文本中识别并提取法律条文,例如在合同、案件描述或法律文书中,精准定位涉及的具体法律条文(如“《民法典》第585条”),并将文本中的法律问题与对应法条内容关联,提取法规名称的服务。
用于哔哩哔哩API的MCP服务器,支持视频搜索、用户内容获取等多种操作,适用于哔哩哔哩内容管理和数据分析场景。
看起来您想要翻译一份英文技术文档,但您提供的内容中只有"asd"这个字符串,并没有实际的文档内容。请提供需要翻译的具体英文技术文档文本,这样我才能帮助您进行准确的翻译。如果有特定部分或格式要求,请一并告知。
一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。