Linear MCP Server
@MCP-Mirror
Linear MCP Server について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Linear MCP Server?
Linear MCP Server is a Model Context Protocol (MCP) server that provides an interface for accessing and managing Linear resources, such as issues and teams. It is designed for developers who want to interact with Linear from within MCP‑compatible tools like Cursor.
How to use Linear MCP Server?
Clone the repository, install dependencies with npm install, create a startup script exporting your LINEAR_API_KEY, and configure the server as a Command‑type MCP server in Cursor pointing to that script. Alternatively, run npm start directly. Obtain a Linear API key from the Linear settings page.
Key features of Linear MCP Server
- Create Linear issues with title, team, description, priority, and more
- Search issues using flexible filters (assignee, priority, state, team, label)
- Read Linear resources via URIs (organization, issues, teams)
- Rate limiting set at 1000 requests per hour
- Detailed error messages for API and rate‑limit errors
Use cases of Linear MCP Server
- Create new tickets directly from a code editor
- Search and filter issues to quickly find specific work items
- Read issue details, team info, or organization data via simple URIs
FAQ from Linear MCP Server
How do I get a Linear API key?
Generate a personal API key from your Linear settings page at https://linear.app/settings/api.
What tools does the server provide?
The server offers three tools: create-issue (creates issues), search-issues (searches with filters), and read-resource (reads Linear resources by URI).
What is the rate limit?
The server enforces a limit of 1000 requests per hour, with automatic tracking and metrics included in responses.
How do I install and run the server?
Clone the repository, run npm install, then either start with npm start or set up a startup script for use with Cursor.
Where does data live?
All data is read from and written to Linear’s API. The server does not store data locally.
「バージョン管理」の他のコンテンツ
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
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.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
コメント