mcp-server-linear
@MCP-Mirror
mcp-server-linear について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"floodfx_mcp-server-linear": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mCP-server-linear?
mcp-server-linear is an MCP (Model Context Protocol) server that provides tools for interacting with Linear, a project management platform. It is designed to be used with any MCP-compatible client, allowing users to search issues in Linear directly from their MCP environment.
How to use mCP-server-linear?
Add the server to your MCP client using a JSON configuration that specifies the runtime (Bun or Node) and the LINEAR_API_KEY environment variable. You can run it directly with bun run index.ts or with node build/index.js after building. Optionally, compile it into a standalone executable with bun build:standalone.
Key features of mCP-server-linear
- Currently supports searching Linear issues via the
linear-search-issuestool. - Future tools will allow creating, updating, and reading issues and projects.
- Future resources will expose issues, projects, cycles, teams, and user data.
- Runs with Bun natively (preferred) or with Node after transpiling.
- Can be compiled into a standalone executable for portability.
Use cases of mCP-server-linear
- Search for specific issues in Linear from an MCP client without leaving your chat interface.
- (Future) Automate issue creation, updates, and comment additions through an MCP agent.
- (Future) Retrieve details of Linear projects, cycles, and team boards programmatically.
- Integrate Linear data into AI‑powered workflows that use MCP for context.
FAQ from mCP-server-linear
What runtime does mCP-server-linear require?
Bun is recommended because the server can be run directly without transpiling. Node is also supported after building the project with node build/index.js.
How do I configure my Linear API key?
Set the LINEAR_API_KEY environment variable in the MCP client’s JSON configuration, for example: `"env": { "LINEAR_API_KEY": "lin_api_ABCD" }
「バージョン管理」の他のコンテンツ
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
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 Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.

GitLab
modelcontextprotocolModel Context Protocol Servers
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.
コメント