Linear MCP Integration Server
@skspade
Linear MCP Integration Server について
A repository for MCP server to connect to Linear
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-linear-server": {
"command": "docker",
"args": [
"build",
"-t",
"linear-mcp-server",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Linear MCP Integration Server?
This server connects AI models to Linear for issue tracking and project management through the Model Context Protocol (MCP). It provides tools to create, search, and update issues, manage sprints, and handle cycles.
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 (npm install), and start the server (npm start or npm run dev). Tools are accessed via MCP and include issue creation, search, sprint issue retrieval, team search, status updates, and cycle management.
Key features of Linear MCP Integration Server
- Creates, searches, and retrieves Linear issues with filtering and pagination
- Manages sprint issues and bulk updates statuses
- Creates and updates cycles (sprints) with start/end dates
- In-memory caching with configurable TTL and automatic cleanup
- Automatic reconnection and heartbeat monitoring for connection health
- Batch processing and pagination for large result sets
Use cases of Linear MCP Integration Server
- An AI assistant creating and assigning issues based on user prompts
- A developer querying current sprint issues during standups
- A project manager bulk-updating issue statuses after a release
- A team automating cycle creation and tracking from external events
- An analyst searching across teams and priorities to generate reports
FAQ from Linear MCP Integration Server
What prerequisites are needed to run this server?
You need a Linear API key from your Linear account settings and a .env file containing LINEAR_API_KEY.
Does the server support pagination for large result sets?
Yes, all search tools support cursor-based pagination with configurable limits and sort options.
Can this server be deployed on Smithery.ai?
Yes, it includes a Dockerfile and smithery.yaml configuration for deployment on Smithery with your Linear API key.
What happens if the connection to the Linear API is lost?
The server automatically reconnects with configurable retry attempts and uses heartbeat monitoring to maintain connection health.
「バージョン管理」の他のコンテンツ
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
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.
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.

Github
modelcontextprotocolModel Context Protocol Servers
コメント