Skip to main content
Glama

선형 MCP

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

구성

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

선형 보안 설정

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

지엑스피1

Related MCP server: MCP Linear App

서버 실행

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

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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/vinayak-mehta/linear-mcp'

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