Skip to main content
Glama

Linear MCP Server

MCP lineal

Un servidor de Protocolo de Contexto de Modelo (MCP) para Linear, que proporciona herramientas para el seguimiento de problemas y la gestión de proyectos.

Configuración

Vaya a la configuración de seguridad lineal y cree una clave API:

configuración de seguridad lineal

Luego, configúrelo con la variable de entorno LINEAR_API_KEY :

# Add to your .env file LINEAR_API_KEY=lin_api_xxxxxxxxxxxx # Or export as environment variable export LINEAR_API_KEY=lin_api_xxxxxxxxxxxx

Ejecución del servidor

uvx --from git+https://github.com/vinayak-mehta/linear-mcp linear-mcp

Estibador

docker build -t linear-mcp:latest . docker run -it --rm -e LINEAR_API=lin_api_xxxxxx linear-mcp:latest

Y para usar esto en Claude Desktop, se vería así:

"linear-mcp-server": { "command": "docker", "args": [ "run", "-it", "--rm", "-e", "LINEAR_API_KEY=lin_api_xxxxxx", "linear-mcp-server:latest" ] }

Recursos

Linear MCP proporciona acceso a los siguientes tipos de recursos:

Recurso

Descripción

Ejemplo de URI

Asunto

Detalles de un problema lineal específico

linear-issue:///a1b2c3d4

Problemas de equipo

Todos los problemas de un equipo específico

linear-team:///ENG/issues

Problemas de los usuarios

Problemas asignados a un usuario

linear-user:///me/assigned

Organización

Detalles sobre su organización lineal

linear-organization:

Espectador

Información sobre el usuario autenticado

linear-viewer:

Herramientas

Herramienta

Descripción

linear_create_issue

Cree un nuevo problema lineal con título, descripción y otros atributos

linear_update_issue

Actualizar las propiedades de un problema existente

linear_search_issues

Buscar problemas utilizando criterios de filtrado flexibles

linear_get_user_issues

Recuperar problemas asignados a un usuario específico

linear_add_comment

Agregar un comentario a un problema existente

Ejemplos de indicaciones

Crear un nuevo problema

Create a bug ticket: "Login screen disappears like magic tricks at a birthday party!" Priority: HIGH, Team: Engineering

Actualización de un problema

Upgrade ENG-123 to "shooting star" priority! Users are excited! Change status to "Racing to the finish line!"

Buscando problemas

Find all Frontend tasks with "authentication" that are patiently waiting for their moment to shine

Recuperación de tareas de usuario

What exciting challenges await me today in Linear?

Agregar un comentario

Add to DEV-456: "Temporarily paused while the API does its beauty routine. Back on it next sprint with fresh energy!"

Descripción general de la organización

Show me our amazing team structure so I can appreciate all the talented people making this happen

Licencia

Apache 2.0

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto de modelo que se integra con Linear, lo que permite a los asistentes de IA crear, actualizar, buscar y comentar problemas para la gestión de proyectos y el seguimiento de problemas.

  1. Configuración
    1. Ejecución del servidor
      1. Estibador
    2. Recursos
      1. Herramientas
        1. Ejemplos de indicaciones
          1. Crear un nuevo problema
          2. Actualización de un problema
          3. Buscando problemas
          4. Recuperación de tareas de usuario
          5. Agregar un comentario
          6. Descripción general de la organización
        2. Licencia

          Related MCP Servers

          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
            Last updated -
            236
            329
            MIT License
            • Apple
          • A
            security
            -
            license
            A
            quality
            A server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.
            Last updated -
            9
            • Apple
            • Linux
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.
            Last updated -
            7
            3
          • A
            security
            -
            license
            A
            quality
            A Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.
            Last updated -
            19
            12
            MIT License
            • Apple

          View all related MCP servers

          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/vinayak-mehta/linear-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server