Skip to main content
Glama

Linear MCP Server

선형 MCP

Linear용 MCP(Model Context Protocol) 서버로, 문제 추적 및 프로젝트 관리를 위한 도구를 제공합니다.

구성

선형 보안 설정 으로 이동하여 API 키를 생성하세요.

선형 보안 설정

그런 다음 LINEAR_API_KEY 환경 변수로 구성합니다.

지엑스피1

서버 실행

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" ] }

자원

선형 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

특허

아파치 2.0

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
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. 도커
    2. 자원
      1. 도구
        1. 예시 프롬프트
          1. 새로운 이슈 생성
          2. 문제 업데이트
          3. 문제 검색
          4. 사용자 작업 검색
          5. 댓글 추가
          6. 조직 개요
        2. 특허

          Related MCP Servers

          • -
            security
            -
            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 -
            236
            329
            MIT License
            • Apple
          • A
            security
            -
            license
            A
            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 -
            9
            • Apple
            • Linux
          • -
            security
            -
            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 -
            7
            3
          • A
            security
            -
            license
            A
            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 -
            19
            12
            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