Linear
0
Establishes a high-performance HTTP service connecting Model Context Protocol clients, such as Claude Code, with Linear's GraphQL API.
Acerca de
This tool acts as a robust bridge, facilitating seamless interaction between Large Language Models (LLMs) via the Model Context Protocol and Linear's project management platform. It offers a comprehensive JSON-RPC 2.0 API for full CRUD operations on various Linear entities, intelligently handles large content and complex queries, and utilizes human-readable identifiers for improved LLM usability.
Características Principales
- Supports human-readable identifiers like team keys and user emails instead of UUIDs.
- Automatically handles large content by smart chunking across comments without truncation.
- Exports full issue content, including comments, in clean Markdown format.
- Integrates with Linear webhooks to broadcast real-time events as MCP notifications.
- 0 GitHub stars
- Provides a JSON-RPC 2.0 API for comprehensive CRUD operations on Linear entities.
Casos de Uso
- Retrieve entire Linear issues, including all comments, formatted as Markdown.
- Programmatically create and update Linear issues using human-readable identifiers.
- Subscribe to real-time updates from Linear via Server-Sent Events (SSE).