Skip to main content
Glama
argia-andreas

Linear MCP Server

선형 MCP 서버

Linear와 상호작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 어시스턴트는 MCP 표준을 통해 Linear에서 데이터를 가져올 수 있습니다.

현재 기능

  • 사용자 ID 또는 이메일 주소로 사용자의 할 일 티켓을 가져옵니다.

Related MCP server: Linear MCP Server

설치

  1. 이 저장소를 복제하세요

  2. 종속성 설치:

    지엑스피1

  3. 프로젝트 루트에 .env 파일을 만듭니다( .env.example 에서 복사):

    LINEAR_API_KEY=your_linear_api_key_here

    Linear Developer Console 에서 Linear API 키를 받으세요

개발

개발 서버를 실행합니다(핫 리로드 포함):

npm run dev

생산을 위한 빌딩

TypeScript 코드를 작성합니다.

npm run build

컴파일된 코드를 실행합니다.

npm start

MCP 클라이언트와 함께 사용

이 MCP 서버는 표준 MCP 프로토콜을 구현하며 모든 MCP 클라이언트와 함께 사용할 수 있습니다. 이 서버는 다음과 같은 도구를 제공합니다.

Claude Code와 함께 사용

Claude Code와 함께 이 MCP 서버를 사용하려면 다음 명령을 실행하세요.

claude mcp add linear-mcp-server -- node dist/index.js

이렇게 하면 Linear MCP 서버가 Claude Code에 등록되어 Claude 대화에서 직접 Linear 티켓에 액세스할 수 있습니다.

사용자-할일-티켓 가져오기

지정된 사용자에 대한 "Todo" 상태의 모든 티켓을 가져옵니다.

매개변수:

  • userId (선택 사항): 사용자의 ID

  • email (선택 사항): 사용자의 이메일

참고: userId 또는 email 중 하나를 제공해야 합니다.

응답 예시:

[
  {
    "id": "issue-id",
    "identifier": "PROJ-123",
    "title": "Fix login issue",
    "url": "https://linear.app/...",
    "priority": 1
  },
  ...
]

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    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.
    424
    346
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
    5
    6
    Apache 2.0
  • F
    license
    B
    quality
    D
    maintenance
    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.
    9
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    10
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

View all MCP Connectors

Latest Blog Posts

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

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