Skip to main content
Glama

Linear MCP Server

by samcfinan

Servidor MCP lineal

Un servidor de protocolo de contexto de modelo para la API lineal .

Diseñado para ser más rico en funciones que los servidores Linear MCP existentes y pensado para la gestión integral de proyectos a través de Claude.

Esto se basa en https://github.com/jerhadf/linear-mcp-server con más funcionalidad.

Características:

  • Iniciativas
  • Proyectos
  • Asuntos
  • Relaciones
  • Priorización

Instalación

Agregar configuración de servidor a Claude Desktop.

NOTA: Claude no funciona bien con entornos NVM. Asegúrese de referenciar la versión de Node con su ruta absoluta.

{ "mcpServers": { "linear": { "command": "/Users/USERNAME/.nvm/versions/node/v22.13.0/bin/node", "args": [ "--experimental-strip-types", "/absolute/path/to/repo/index.ts" ], "env": { "LINEAR_API_KEY": "your_linear_api_key_here" } } } }

Herramientas disponibles

Gestión de proyectos

  • create-project - Crea un nuevo proyecto lineal
  • view-project - Ver un proyecto lineal por ID
  • update-project - Actualizar un proyecto lineal

Gestión de iniciativas

  • create-initiative - Crea una nueva iniciativa lineal
  • view-initiative - Ver una iniciativa lineal por ID
  • update-initiative - Actualizar una iniciativa lineal

Gestión de problemas

  • create-issue - Crea un nuevo problema lineal
  • view-issue - Ver un problema lineal por ID
  • update-issue - Actualizar un problema lineal
  • search-issues - Problemas de búsqueda lineal

Relaciones con los problemas

  • create-issue-relation : crea una relación entre dos problemas (bloques, duplicados, etc.)
  • view-issue-relations : Ver todas las relaciones para un problema determinado
  • delete-issue-relation - Eliminar una relación entre dos problemas

Ejemplo

User: Break the Implement Contact API Endpoints issue into multiple issues, one for each endpoint Claude: I'll break down the API endpoints issue into separate issues for each endpoint and create the appropriate relationships. View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) View result from create-issue from linear (local) Now let's create the relationships between these new issues and the existing ones. First, they all depend on the TypeScript Models issue: View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) View result from create-issue-relation from linear (local) I've created five separate issues for each endpoint and set up their relationships: GET /contacts (List) - d1aae514 GET /contacts/:id (Single) - 01850d5d POST /contacts (Create) - 2e0f2b75 PUT /contacts/:id (Update) - d22b143d DELETE /contacts/:id (Delete) - dde30779 All of these endpoints depend on the TypeScript Models issue (2c38c6ee) being completed first. The UI Components issue (dd214884) and Search/Filter issue (81a33a29) now should depend on the completion of these endpoint issues, particularly the GET endpoints. Would you like me to: Create those additional relationships with the UI Components? Add any specific cross-dependencies between the endpoints themselves? Break down any of these endpoint issues into more granular tasks?
-
security - not tested
F
license - not found
-
quality - not tested

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.

Facilita la gestión de proyectos con la API lineal a través del Protocolo de contexto de modelo, lo que permite a los usuarios gestionar iniciativas, proyectos, problemas y sus relaciones a través de funciones como creación, visualización, actualización y priorización.

  1. Instalación
    1. Herramientas disponibles
      1. Gestión de proyectos
      2. Gestión de iniciativas
      3. Gestión de problemas
      4. Relaciones con los problemas
    2. Ejemplo

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
        Last updated -
        7
        83
        1
        JavaScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        21
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
        Last updated -
        5
        6
        Python
        Apache 2.0
      • -
        security
        F
        license
        -
        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 -
        TypeScript
        • Apple
        • Linux

      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/samcfinan/linear-mcp-server'

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