Linear MCP Server
线性 MCP 服务器
线性模型上下文协议 (MCP) 服务器实现,提供用于访问线性资源的 MCP 接口。
使用光标设置
克隆存储库并安装依赖项:
git clone git@github.com:Iwark/linear-mcp-server.git
cd linear-mcp-server
npm install创建启动脚本:
# Create linear.sh
touch linear.sh
chmod +x linear.sh
# Add the following content
export LINEAR_API_KEY="<YOUR LINEAR API KEY>"
node /absolute/path/to/linear-mcp-server/index.js在游标中配置:
打开光标设置
在 MCP 服务器部分添加新服务器
选择类型:
Command设置命令:
sh /absolute/path/to/linear.sh
现在您可以在 Cursor 中使用 Linear MCP 服务器。
您可以从线性设置页面获取线性 API 密钥。
启动服务器:
npm startRelated MCP server: MCP Linear.app Server
可用工具
创建问题
使用指定参数创建新的线性问题:
title(必填):问题标题teamId(必填):团队IDdescription(可选):问题描述priority(可选):问题优先级(0:无优先级,1:紧急,2:高,3:中,4:低)stateId(可选):州 IDassigneeId(可选):受让人IDestimate(可选):问题估计labelIds(可选):标签 ID 数组
搜索问题
使用查询字符串搜索线性问题。支持各种过滤器:
assignee:@me:显示分配给您的问题priority:[value]:按优先级过滤数值(0-4)
文本值:“无”、“紧急”、“高”、“中”、“低”
注意:
priority:high包括紧急和高优先级问题
state:[value]或status:[value]:按州名称过滤team:[value]:按团队名称过滤label:[value]:按标签名称过滤标题和描述的自由文本搜索
读取资源
使用 URI 读取线性资源:
linear://organization- 组织详细信息linear://issues- 问题列表linear://issues/{id}- 具体问题详情linear://teams- 团队列表linear://teams/{id}- 具体团队详情
速率限制
服务器通过以下方式实现速率限制:
每小时 1000 个请求限制
自动请求跟踪
每个响应中包含的指标
错误处理
服务器提供以下详细的错误消息:
线性 API 错误
超出速率限制
无效的资源类型
身份验证问题
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 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.29ISC
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.
- AlicenseBqualityFmaintenanceMCP server for accessing and managing Linear resources like issues, projects, and comments with full CRUD operations and search.21121MIT
- 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.251,275MIT
Related MCP Connectors
Linear MCP — wraps the Linear GraphQL API (OAuth)
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
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/Iwark/linear-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server