Skip to main content
Glama

MCP Server Linear

by floodfx

mcp-服务器-线性

这是一个 MCP 服务器,它定义了通过 MCP 客户端与 Linear 交互的工具。

当前工具

  • linear-search-issues :线性搜索问题

未来工具

  • linear-create-issue :在 Linear 中创建问题
  • linear-update-issue :更新 Linear 中的问题
  • linear-get-issue :获取 Linear 中的问题
  • linear-get-project-issues :获取 Linear 中项目的所有问题
  • linear-add-comment :在 Linear 中向问题添加评论
  • linear-create-project :在 Linear 中创建项目
  • linear-update-project :以 Linear 方式更新项目

未来资源

  • linear-issue:///{issueId} - 查看单个问题的详细信息
  • linear-project:///{projectId} - 查看项目详细信息
  • linear-cycle:///{cycleId} - 查看周期详情(默认为当前周期)
  • linear-team:///{teamId}/issues - 查看团队问题
  • linear-user:///{userId}/assigned - 查看用户分配的问题
  • linear-organization: - 查看组织信息

包子头优先

这个项目使用 Bun,可以直接从 Bun 运行,无需转译(我就是这样使用的)。要使用 Bun 运行它,可以使用以下命令:

bun run index.ts

也就是说,如果您愿意,可以使用 Node 运行它。要使用 Node 运行它,您可以使用以下命令:

node build/index.js

独立可执行文件

Bun 项目可以编译成独立的可执行文件。理论上,这样你无需安装 Bun 即可运行服务器。要将项目编译成独立的可执行文件,可以使用以下命令:

bun build:standalone

您可能需要根据要构建的机器更改构建target 。有关更多详细信息,请参阅 Bun 文档。

通过 JSON 添加到您的 MCP 客户端

要将此服务器添加到您的 MCP 客户端,您可以使用以下 JSON 配置:

Bun Runtime

"linear": { "command": "bun", "args": [ "run", "/path/to/linear-mcp-server/index.ts" ], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

节点运行时

"linear": { "command": "node", "args": [ "/path/to/linear-mcp-server/build/index/js" ], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

独立可执行文件

"linear": { "command": "/path/to/linear-mcp-server/standalone-linear-mcp-server", "args": [], "env": { "LINEAR_API_KEY": "lin_api_ABCD" } }

致谢

这个项目的灵感来自jerhadf/linear-mcp-server我和其他人都遇到了一些问题,这促使我创建了自己的实现。工具和资源列表似乎值得保留。

执照

麻省理工学院

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.

MCP 服务器提供与 Linear 问题跟踪系统交互的工具,目前支持问题搜索,并计划扩展到问题创建、更新、评论和项目管理。

  1. 当前工具
    1. 未来工具
      1. 未来资源
    2. 包子头优先
      1. 独立可执行文件
        1. 通过 JSON 添加到您的 MCP 客户端
          1. Bun Runtime
          2. 节点运行时
          3. 独立可执行文件
        2. 致谢
          1. 执照

            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 -
              636
              316
              JavaScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server implementation that integrates with Backlog API, enabling project management operations including issues, projects, and wikis through natural language interactions.
              Last updated -
              12
              53
              3
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
              Last updated -
              32
              649
              94
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              Provides access to Linear's issue tracking system through a standardized Model Context Protocol interface, allowing users to create, update, search, and manage issues, projects, and comments via natural language.
              Last updated -
              19
              1
              MIT License
              • Apple
              • Linux

            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/floodfx/mcp-server-linear'

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