Skip to main content
Glama

mcp-서버-선형

이는 MCP 클라이언트를 통해 Linear와 상호작용하기 위한 도구를 정의하는 MCP 서버입니다.

현재 도구

  • linear-search-issues : Linear에서 이슈 검색

Related MCP server: mcp-server-linear

미래 도구

  • 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으로 실행하려면 다음 명령을 사용하세요.

지엑스피1

원하시면 Node로 실행할 수 있습니다. Node로 실행하려면 다음 명령을 사용하세요.

node build/index.js

독립 실행형 실행 파일

Bun 프로젝트는 독립 실행형 실행 파일로 컴파일 할 수 있습니다. 이를 통해 Bun을 설치하지 않고도 (이론적으로) 서버를 실행할 수 있습니다. 프로젝트를 독립 실행형 실행 파일로 컴파일하려면 다음 명령을 사용하세요.

bun build:standalone

빌드 target 빌드 대상 머신에 따라 변경해야 할 수 있습니다. 자세한 내용은 Bun 문서를 참조하세요.

JSON을 통해 MCP 클라이언트에 추가

MCP 클라이언트에 이 서버를 추가하려면 다음 JSON 구성을 사용할 수 있습니다.

번 런타임

"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 에서 영감을 받았습니다. 저를 비롯한 여러 사람들이 이 기능을 사용하는 데 어려움을 겪었고 , 결국 직접 구현체를 만들기로 했습니다. 도구와 리소스 목록은 보관해 둘 만한 가치가 있다고 생각했습니다.

특허

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server for managing Linear issues, projects, teams, and milestones through the Model Context Protocol. It enables users to create, update, and list workspace resources including issue statuses, comments, and user details.
    22
    ISC
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that integrates with Linear's API, enabling users to manage issues, projects, teams, and comments through natural language. It supports creating, updating, deleting, and searching issues, as well as project and team management.
    25
    2,486
    MIT

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

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