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

You must be authenticated.

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

          Related MCP Servers

          • -
            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
            -
            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 -
            20
            2
            TypeScript
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
            Last updated -
            15
            1
            TypeScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to interact with Feishu project management systems, allowing retrieval of project views and work items.
            Last updated -
            4
            Python
            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