Skip to main content
Glama

Linear MCP Server

线性 MCP

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

配置

转到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

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

与 Linear 集成的模型上下文协议服务器,使 AI 助手能够创建、更新、搜索和评论项目管理和问题跟踪的问题。

  1. 配置
    1. 运行服务器
      1. Docker
    2. 资源
      1. 工具
        1. 示例提示
          1. 创建新问题
          2. 更新问题
          3. 寻找问题
          4. 检索用户任务
          5. 添加评论
          6. 组织概况
        2. 执照

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
            Last updated -
            685
            315
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A 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 -
            TypeScript
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A 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 -
            15
            3
            TypeScript
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.
            Last updated -
            554
            TypeScript
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinayak-mehta/linear-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server