Token导航 LogoToken导航TokenDH.com
Linear MCP (linear-mcp) logo
办公协作stdio官方级别未说明来源级核验

Linear MCP (linear-mcp)

MCP Server

Linear MCP是一个用于Linear的问题追踪和项目管理的模型上下文协议服务器,提供创建、更新、搜索问题等功能。

工具数

5

提示词数

0

GitHub Stars

6

资源数

0
软件开发PythonClaude团队协作Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

vinayak-mehta

提供方

vinayak-mehta

最后核验

2026/5/17 21:01

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uvx --from git+https://github.com/vinayak-mehta/linear-mcp linear-mcp

详细介绍

线性MCP

Linear的模型上下文协议(MCP)服务器,提供问题跟踪和项目管理工具。

配置

首选 线性安全设置 并创建API密钥:

linear-security-settings

然后,使用配置 LINEAR_API_KEY env变量:

# 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
问题特定线性问题的详细信息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向现有问题添加评论

示例提示

创建新问题

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

目录标签

目录标签

软件开发PythonClaude团队协作问题追踪本地部署项目管理API集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

5

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiosessionremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP