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.
「バージョン管理」の他のコンテンツ
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
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.

Git
modelcontextprotocolModel Context Protocol Servers

Github
modelcontextprotocolModel Context Protocol Servers
コメント