Linear MCP Integration Server
@MCP-Mirror
关于 Linear MCP Integration Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MadeByNando_MCP-linear-Server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-linear-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear MCP Integration Server?
This server provides Linear integration capabilities through the Model Context Protocol (MCP). It allows AI models to interact with Linear for issue tracking and project management.
How to use Linear MCP Integration Server?
Obtain a Linear API key from Linear settings, create a .env file with LINEAR_API_KEY, install dependencies with npm install, and start the server with npm start. Alternatively, use Docker via docker-compose up -d. To integrate with Cursor, add it as an MCP server using the command transport with your API key.
Key features of Linear MCP Integration Server
- Create Linear issues with title, description, priority, status
- Search issues with filters: query, team, status, assignee, priority
- Retrieve all issues in the current sprint/iteration
- Search and retrieve Linear teams by name
- Filter current sprint issues by status for current user
- Get all workflow states (statuses) for a team
Use cases of Linear MCP Integration Server
- Automate bug report creation from AI chat conversations
- Search and filter issues for project management dashboards
- Get current sprint issues for daily standup updates
- Filter sprint issues by status (e.g., pending release) for reporting
- List all teams or projects to navigate Linear workspaces
FAQ from Linear MCP Integration Server
How do I get a Linear API key?
Obtain it from Linear's settings > API section.
How do I run the server without Docker?
Copy .env.example to .env, add your LINEAR_API_KEY, run npm install, then npm start or npm run dev.
How do I add this server to Cursor?
In Cursor settings under MCP Servers, add a new server using command transport with the command env LINEAR_API_KEY=your_key node /path/to/dist/server.js.
What default limit does linear_search_issues use?
It returns up to 10 results by default.
What happens if the connection is lost?
The server includes automatic reconnection with configurable retry attempts and heartbeat monitoring for connection health.
版本控制 分类下的更多 MCP 服务器
Bitbucket Server MCP
garc33GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
评论