linear
mcp-linear
Linear MCP — Linear GraphQL API(OAuth)をラップします
Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイです。
Tools
Tool | Description |
| Linearワークスペースの課題を、状態、優先度、担当者によるオプションのフィルタで閲覧します。課題ID、タイトル、状態、優先度、担当者、URLを返します。 |
| ID(例:"ABC-123")でLinearの課題の詳細を取得します。タイトル、説明、状態、優先度、担当者、ラベル、コメント、URLを返します。 |
| タイトルと任意の説明でLinearに新しい課題を作成します。課題ID、キー、タイトル、URLを返します。 |
| Linearワークスペースのすべてのチームを一覧表示します。チームID、名前、キー、説明を返します。 |
| キーワードまたはテキストでLinearの課題を検索します。一致する課題のID、タイトル、状態、優先度、URLを返します。 |
Related MCP server: Linear MCP Server
Quick Start
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"linear": {
"url": "https://gateway.pipeworx.io/linear/mcp"
}
}
}このエンドポイントが実際に提供するもの
tools/list の https://gateway.pipeworx.io/linear/mcp は、上記の表のツールに加えて、共有のPipeworxメタツール — ask_pipeworx、discover_tools、search_within、remember/recall およびその他のゲートウェイ全体のセットを返します。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントは、現在、パック独自のツールに加えて約30の共有ツールをリストしています。接続の initialize レスポンスは正確なスコープを示し、その日の権威ある回答となります。
これは意図的なものであり、偶然の多重化ではありません。メタツールにより、スコープされた接続は、このパックがカバーしない質問に答えることができます — ask_pipeworx を介して、カタログ全体にルーティングされます — 2番目のMCPサーバーを追加することなく。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
または、フルPipeworxゲートウェイに接続して、このパックだけでなく、すべてのパックのツールを直接リスト表示することもできます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}両方のURLは同じゲートウェイと同じ1476以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかです。ask_pipeworx はどちらからでもすべてに到達します。
ask_pipeworx の使用
ツールを直接呼び出す代わりに、平易な英語で質問できます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:
ask_pipeworx({ question: "your question about Linear data" })ゲートウェイは適切なツールを選択し、引数を自動的に入力します。
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI models to interact with Linear for issue tracking and project management through capabilities like creating/searching issues, managing sprints, and retrieving workflow states.
- AlicenseNot gradedqualityDmaintenanceAllows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.713MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Linear's project management system through its GraphQL API, supporting issue creation and management, team operations, project setup, status updates, and commenting.3210MIT
- AlicenseBqualityDmaintenanceEnables interaction with Linear's API to manage issues, projects, and teams. Supports creating, updating, searching, and deleting issues, along with project management and team operations through API key authentication.13288MIT
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-linear'
If you have feedback or need assistance with the MCP directory API, please join our Discord server