MCP Server Linear
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.
This server cannot be installed
Maintenance
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
MCP server for Linear project management and issue tracking
Linear MCP — wraps the Linear GraphQL API (OAuth)
Search, read and create Linear issues, projects, teams and cycles.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn 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.22ISC
- AlicenseBqualityFmaintenanceMCP server for accessing and managing Linear resources like issues, projects, and comments with full CRUD operations and search.21541MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for Linear that allows creating issues, adding comments, and listing issues and teams.134MIT
- AlicenseBqualityCmaintenanceAn 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.252,486MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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