tacticlaunch/mcp-linear

tacticlaunch/mcp-linear

от tacticlaunch
MCP сервер для интеграции AI-ассистентов с Linear. Предоставляет инструменты управления задачами, проектами, циклами и документами, включая ресурсы и промпты. Полезен командам, использующим Linear ...

Linear App Icon

MCP Linear

A Model Context Protocol (MCP) server for the Linear GraphQL API, built for real project-management workflows — not just basic issue CRUD.

MCP Linear npm version

Features

MCP Linear bridges AI assistants and Linear by implementing the MCP protocol. With it you can:

  • Retrieve issues, projects, teams, cycles, milestones, roadmaps, customers, customer needs, and workspace/project/initiative/team/issue/release/cycle documents
  • Create and update issues, change status, assign, and comment
  • Manage projects, full diff-aware project and initiative update lifecycles, milestones, roadmaps, saved views, and favorites
  • Work with templates, custom fields, webhooks, and attachments
  • Work with customer records, customer statuses/tiers, and customer needs linked to issues or projects
  • Read notifications, subscriptions, sessions, audits, and integrations without leaving MCP
  • Inspect rate-limit and server health before running heavy planning sessions

See TOOLS.md for the full inventory.

MCP-native resources and prompts

The server exposes MCP resources and prompts in addition to tools, including:

linear_addAttachment

Прикрепляет вложение к задаче

Прикрепляет вложение к задаче

Параметры

  • issueIdstringобязательный
  • titlestringобязательный
  • urlstringобязательный
  • subtitlestring
  • iconUrlstring
  • metadataobject
  • commentBodystring
  • groupBySourceboolean
linear_addIssueLabel

Добавляет метку к задаче в Linear

Добавляет метку к задаче в Linear

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to add the label to (e.g., ABC-123)

  • labelIdstringобязательный

    ID of the label to add to the issue

linear_addIssueToCycle

Добавляет задачу в цикл

Добавляет задачу в цикл

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to add to the cycle

  • cycleIdstringобязательный

    ID of the cycle to add the issue to

linear_addIssueToProject

Добавляет существующий issue в проект.

Добавляет существующий issue в проект.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to add to the project

  • projectIdstringобязательный

    ID of the project to add the issue to

linear_addIssueToRelease

Добавляет задачу в релиз

Добавляет задачу в релиз

Параметры

  • issueIdstringобязательный

    The ID or identifier of the issue to add

  • releaseIdstringобязательный

    The ID of the release to add the issue to

linear_addProjectMember

Добавляет участника в проект

Добавляет участника в проект

Параметры

  • projectIdstringобязательный

    ID of the project to update

  • userIdstringобязательный

    ID of the user to add

linear_addProjectToInitiative

Добавляет проект в инициативу

Добавляет проект в инициативу

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative

  • projectIdstringобязательный

    The ID of the project to add

linear_addToFavorites

Добавляет сущность в избранное текущего пользователя в Linear

Добавляет сущность в избранное текущего пользователя в Linear

Параметры

  • entityIdstringобязательный

    ID of the Linear entity to add to favorites

linear_addUserToTeam

Добавляет пользователя в команду

Добавляет пользователя в команду

Параметры

  • teamIdstringобязательный

    ID of the team to update

  • userIdstringобязательный

    ID of the user to add

  • ownerboolean

    Whether the user should be a team owner

  • sortOrdernumber

    Optional membership sort order

linear_archiveDocument

Архивирует (помещает в корзину) документ Linear.

Архивирует (помещает в корзину) документ Linear.

Параметры

  • idstringобязательный

    ID of the document to archive

linear_archiveInitiative

Архивирует инициативу

Архивирует инициативу

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative to archive

linear_archiveIssue

Архивирует задачу.

Архивирует задачу.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to archive (e.g., ABC-123)

linear_archiveMilestone

Архивирует веху проекта

Архивирует веху проекта

Параметры

  • idstringобязательный

    ID of the milestone to archive

linear_archiveProject

Архивирует проект

Архивирует проект

Параметры

  • projectIdstringобязательный

    ID of the project to archive

linear_archiveRelease

Архивирует релиз.

Архивирует релиз.

Параметры

  • releaseIdstringобязательный

    The ID of the release to archive

linear_archiveReleasePipeline

Архивирует пайплайн релиза.

Архивирует пайплайн релиза.

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline to archive

linear_archiveReleaseStage

Архивирует стадию релиза.

Архивирует стадию релиза.

Параметры

  • stageIdstringобязательный

    The ID of the release stage to archive

linear_archiveRoadmap

Архивирует дорожную карту.

Архивирует дорожную карту.

Параметры

  • roadmapIdstringобязательный

    The ID of the roadmap to archive

linear_archiveTeam

Архивирует команду.

Архивирует команду.

Параметры

  • idstringобязательный

    ID of the team to archive

linear_archiveTemplate

Архивирует шаблон задачи

Архивирует шаблон задачи

Параметры

  • idstringобязательный

    ID of the template to archive

linear_assignIssue

Назначает задачу пользователю

Назначает задачу пользователю

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to assign (e.g., ABC-123)

  • assigneeIdstringобязательный

    ID of the user to assign the issue to, or null to unassign

linear_completeCycle

Отмечает цикл как завершённый

Отмечает цикл как завершённый

Параметры

  • idstringобязательный

    ID of the cycle to complete

linear_completeRelease

Отмечает релиз как завершенный в пайплайне. Целевой пайплайн уже должен иметь настроенный завершенный этап релиза.

Отмечает релиз как завершенный в пайплайне. Целевой пайплайн уже должен иметь настроенный завершенный этап релиза.

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline containing the release

  • versionstring

    Optional release version to complete; defaults to the latest started release

linear_convertIssueToSubtask

Преобразует задачу в подзадачу

Преобразует задачу в подзадачу

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to convert (e.g., ABC-123)

  • parentIssueIdstringобязательный

    ID or identifier of the parent issue (e.g., ABC-456)

linear_createComment

Добавляет комментарий к задаче в Linear (поддерживает цепочки ответов)

Добавляет комментарий к задаче в Linear (поддерживает цепочки ответов)

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to comment on (e.g., ABC-123)

  • bodystringобязательный

    Text of the comment (Markdown supported)

  • parentIdstring

    ID of the parent comment to reply to (for threaded comments)

linear_createCycle

Создаёт новый цикл

Создаёт новый цикл

Параметры

  • teamIdstringобязательный

    ID of the team the cycle belongs to

  • startsAtstringобязательный

    Cycle start timestamp or date

  • endsAtstringобязательный

    Cycle end timestamp or date

  • namestring

    Optional custom cycle name

  • descriptionstring

    Optional cycle description

  • completedAtstring

    Optional completion timestamp

linear_createDocument

Создаёт новый документ Linear

Создаёт новый документ Linear

Параметры

  • titlestringобязательный

    Document title

  • contentstring

    Markdown content for the document

  • iconstring

    Icon for the document

  • colorstring

    Icon color for the document

  • projectIdstring

    Optional project associated with the document

  • initiativeIdstring

    Optional initiative associated with the document

  • lastAppliedTemplateIdstring

    Optional template last applied to the document

  • sortOrdernumber

    Optional sort order in the resources list

linear_createInitiative

Создаёт новую инициативу

Создаёт новую инициативу

Параметры

  • namestringобязательный

    Name of the initiative

  • descriptionstring

    Description of the initiative

  • contentstring

    Content in markdown format

  • ownerIdstring

    ID of the user who owns the initiative

  • targetDatestring

    Target completion date (ISO 8601 format)

  • statusenum

    Status of the initiative

    notStartedinProgresscompletedpaused
  • iconstring

    Icon emoji for the initiative

  • colorstring

    Color of the initiative in hex format

linear_createIssue

Создаёт новую задачу в Linear

Создаёт новую задачу в Linear

Параметры

  • titlestringобязательный

    Title of the issue

  • descriptionstring

    Description of the issue (Markdown supported)

  • teamIdstringобязательный

    ID of the team the issue belongs to

  • assigneeIdstring

    ID of the user to assign the issue to

  • prioritynumber

    Priority of the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low)

  • projectIdstring

    ID of the project the issue belongs to

  • projectMilestoneIdstring

    ID of the project milestone the issue belongs to

  • cycleIdstring

    ID of the cycle to add the issue to

  • estimatenumber

    The estimated complexity/points for the issue

  • dueDatestring

    The date at which the issue is due (YYYY-MM-DD format)

  • labelIdsstring[]

    IDs of the labels to attach to the issue

  • parentIdstring

    ID of the parent issue (to create as a sub-task)

  • subscriberIdsstring[]

    IDs of the users to subscribe to the issue

  • stateIdstring

    ID of the workflow state for the issue

  • templateIdstring

    ID of a template to use for creating the issue

  • sortOrdernumber

    The position of the issue in relation to other issues

linear_createIssueFromTemplate

Создаёт новую задачу из шаблона

Создаёт новую задачу из шаблона

Параметры

  • teamIdstringобязательный

    ID of the team where the issue will be created

  • templateIdstringобязательный

    ID of the issue template to apply

  • titlestring

    Optional title override

  • descriptionstring

    Optional description override

  • prioritynumber

    Optional priority override

  • projectIdstring

    Optional project override

  • projectMilestoneIdstring

    Optional project milestone override

  • cycleIdstring

    Optional cycle override

linear_createIssueRelation

Создаёт связи между задачами (блокирует, заблокирована и т.д.)

Создаёт связи между задачами (блокирует, заблокирована и т.д.)

Параметры

  • issueIdstringобязательный

    ID or identifier of the first issue (e.g., ABC-123)

  • relatedIssueIdstringобязательный

    ID or identifier of the second issue (e.g., ABC-456)

  • typeenumобязательный

    Type of relation: 'blocks', 'blocked_by', 'related', 'duplicate', 'duplicate_of'

    blocksblocked_byrelatedduplicateduplicate_of
linear_createIssueTemplate

Создаёт новый шаблон задачи

Создаёт новый шаблон задачи

Параметры

  • namestringобязательный

    Template name

  • descriptionstring

    Optional template description

  • teamIdstring

    Optional team ID

  • templateDataobjectобязательный

    Template issue payload as JSON

  • sortOrdernumber

    Optional sort order

linear_createMilestone

Создаёт новый milestone проекта в Linear

Создаёт новый milestone проекта в Linear

Параметры

  • namestringобязательный

    Name of the milestone

  • projectIdstringобязательный

    ID of the project the milestone belongs to

  • descriptionstring

    Description of the milestone in markdown format

  • targetDatestring

    Planned target date for the milestone (YYYY-MM-DD format)

  • sortOrdernumber

    Sort order for the milestone within its project

linear_createProject

Создает новый проект в Linear

Создает новый проект в Linear

Параметры

  • namestringобязательный

    Name of the project

  • descriptionstring

    Short summary of the project

  • contentstring

    Content of the project (Markdown supported)

  • teamIdsstring[]обязательный

    IDs of the teams this project belongs to

  • statestring

    Initial state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')

linear_createProjectUpdate

Создаёт новое обновление для проекта Linear

Создаёт новое обновление для проекта Linear

Параметры

  • projectIdstringобязательный

    ID of the project to create the update for

  • bodystringобязательный

    Body content of the project update

  • healthenum

    Optional health status for the update

    onTrackatRiskoffTrack
linear_createRelease

Создаёт новый релиз в release pipeline.

Создаёт новый релиз в release pipeline.

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline this release belongs to

  • namestringобязательный

    The name of the release

  • versionstring

    The version identifier for the release

  • descriptionstring

    The release description in markdown or plain text

  • commitShastring

    The Git commit SHA associated with the release

  • stageIdstring

    Optional stage ID for the release

  • startDatestring

    Optional estimated start date in YYYY-MM-DD format

  • targetDatestring

    Optional estimated completion date in YYYY-MM-DD format

linear_createReleaseNote

Создаёт заметку о релизе, используя либо явные идентификаторы релизов, либо диапазон релизов в пределах конвейера.

Создаёт заметку о релизе, используя либо явные идентификаторы релизов, либо диапазон релизов в пределах конвейера.

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline that owns the release note

  • contentstring

    Optional release note content in markdown

  • releaseIdsstring[]

    Explicit release IDs to include in the note

  • rangeFromReleaseIdstring

    Oldest release ID in the release note range

  • rangeToReleaseIdstring

    Newest release ID in the release note range

linear_createReleasePipeline

Создать новый конвейер выпуска

Создать новый конвейер выпуска

Параметры

  • namestringобязательный

    The name of the release pipeline

  • teamIdsstring[]обязательный

    The team identifiers associated with the pipeline

  • typeenum

    The pipeline type

    continuousscheduled
  • slugIdstring

    Optional unique slug identifier for the pipeline

  • isProductionboolean

    Whether the pipeline targets a production environment

  • includePathPatternsstring[]

    Optional glob patterns to limit matched commits by file path

linear_createReleaseStage

Создаёт новый этап релиза в пайплайне

Создаёт новый этап релиза в пайплайне

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline that owns the stage

  • namestringобязательный

    The name of the release stage

  • colorstringобязательный

    The UI color for the stage as a HEX string

  • positionnumberобязательный

    The position of the stage within the pipeline

  • typeenumобязательный

    The stage type

    plannedstartedcompletedcanceled
  • frozenboolean

    Whether the started stage should be frozen

  • idstring

    Optional explicit UUID for the stage

linear_createRoadmap

Создаёт новый роадмап в Linear.

Создаёт новый роадмап в Linear.

Параметры

  • namestringобязательный

    The name of the roadmap

  • descriptionstring

    The description of the roadmap

  • colorstring

    The roadmap color

  • ownerIdstring

    The ID of the roadmap owner

  • sortOrdernumber

    The sort order of the roadmap within the organization

linear_createSavedView

Создаёт сохранённое представление Linear (API: createCustomView)

Создаёт сохранённое представление Linear (API: createCustomView)

Параметры

  • namestringобязательный

    Saved view name

  • descriptionstring

    Saved view description

  • sharedboolean

    Whether the saved view is shared across the organization

  • iconstring

    Icon for the saved view

  • colorstring

    Icon color for the saved view

  • teamIdstring

    Optional team associated with the saved view

  • projectIdstring

    Optional project associated with the saved view

  • ownerIdstring

    Optional owner for the saved view

  • filtersobject

    Raw filters object to store on the saved view

  • filterDataobject

    Issue filter data for the saved view

  • projectFilterDataobject

    Project filter data for the saved view

linear_createTeam

Создаёт новую команду.

Создаёт новую команду.

Параметры

  • namestringобязательный

    Team name

  • keystring
  • descriptionstring
  • colorstring
  • iconstring
  • timezonestring
  • parentIdstring
  • privateboolean
linear_createTeamLabel

Создаёт новую метку для команды

Создаёт новую метку для команды

Параметры

  • teamIdstringобязательный

    ID of the team that owns the label

  • namestringобязательный

    Label name

  • colorstring

    Label color

  • descriptionstring

    Optional label description

  • parentIdstring

    Optional parent label ID

linear_createWebhook

Создаёт вебхук для событий интеграции.

Создаёт вебхук для событий интеграции.

Параметры

  • urlstringобязательный
  • resourceTypesstring[]обязательный
  • teamIdstring
  • enabledboolean
  • labelstring
  • secretstring
  • allPublicTeamsboolean
linear_createWorkflowState

Создаёт новое состояние рабочего процесса

Создаёт новое состояние рабочего процесса

Параметры

  • namestringобязательный

    Workflow state name

  • teamIdstringобязательный

    Team that owns the workflow state

  • typestringобязательный

    Workflow state type

  • colorstringобязательный

    Workflow state color

  • descriptionstring

    Optional workflow state description

  • positionnumber

    Optional position in the workflow

linear_deleteComment

Удаляет комментарий

Удаляет комментарий

Параметры

  • idstringобязательный

    ID of the comment to delete

linear_deleteInitiative

Удаляет инициативу (перемещает в корзину).

Удаляет инициативу (перемещает в корзину).

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative to delete

linear_deleteReleaseNote

Удаляет заметку о релизе.

Удаляет заметку о релизе.

Параметры

  • idstringобязательный

    The ID of the release note to delete

linear_deleteReleasePipeline

Удаляет конвейер релиза

Удаляет конвейер релиза

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline to delete

linear_deleteSavedView

Удаляет сохранённое представление Linear (API: deleteCustomView)

Удаляет сохранённое представление Linear (API: deleteCustomView)

Параметры

  • idstringобязательный

    ID of the saved view to delete

linear_deleteWebhook

Удаляет вебхук

Удаляет вебхук

Параметры

  • idstringобязательный
linear_duplicateIssue

Дублирует задачу

Дублирует задачу

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to duplicate (e.g., ABC-123)

linear_getActiveCycle

Получает текущий активный цикл для команды

Получает текущий активный цикл для команды

Параметры

  • teamIdstringобязательный

    ID of the team to get the active cycle for

linear_getAttachments

Получает вложения для задачи

Получает вложения для задачи

Параметры

  • issueIdstringобязательный
  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getAuthenticationSessions

Получает активные сеансы аутентификации

Получает активные сеансы аутентификации

Параметры

Без параметров.

linear_getComments

Получает все комментарии для задачи.

Получает все комментарии для задачи.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to get comments from (e.g., ABC-123)

  • limitnumber

    Maximum number of comments to return (default: 25)

linear_getCustomFields

Получает определения пользовательских полей, доступные в аутентифицированном рабочем пространстве Linear.

Получает определения пользовательских полей, доступные в аутентифицированном рабочем пространстве Linear.

Параметры

Без параметров.

linear_getCycleById

Получает подробности о конкретном цикле

Получает подробности о конкретном цикле

Параметры

  • idstringобязательный

    ID of the cycle to retrieve

linear_getCycleIssues

Получает задачи в цикле с удобными для руководителя проектов фильтрами: статус, исполнитель, метки и статус завершения.

Получает задачи в цикле с удобными для руководителя проектов фильтрами: статус, исполнитель, метки и статус завершения.

Параметры

  • cycleIdstringобязательный

    ID of the cycle to get issues for

  • limitinteger

    Maximum number of issues to return (default: 25)

  • statesstring[]

    Filter cycle issues by workflow state names

  • assigneeIdstring

    Filter cycle issues by assignee ID

  • labelIdsstring[]

    Filter cycle issues by label IDs

  • includeCompletedboolean

    Include completed issues in the result set (default: true)

  • orderByenum

    Sort issues by created or updated date

    createdAtupdatedAt
linear_getCycles

Получает список всех циклов.

Получает список всех циклов.

Параметры

  • teamIdstring

    ID of the team to get cycles for (optional)

  • limitinteger

    Maximum number of cycles to return (default: 25)

linear_getCycleStats

Получает статистику для цикла.

Получает статистику для цикла.

Параметры

  • idstringобязательный

    ID of the cycle to inspect

linear_getDocumentById

Получает детали конкретного документа Linear.

Получает детали конкретного документа Linear.

Параметры

  • idstringобязательный

    ID of the document to retrieve

linear_getDocumentContentHistory

Получает записи истории содержимого для записи содержимого документа Linear

Получает записи истории содержимого для записи содержимого документа Linear

Параметры

  • idstringобязательный

    Document content ID to inspect

linear_getDocuments

Получает документы рабочего пространства из Linear

Получает документы рабочего пространства из Linear

Параметры

  • limitinteger

    Maximum number of documents to return (default: 25)

  • includeArchivedboolean

    Include archived documents in the results

  • orderByenum

    Sort documents by created or updated date

    createdAtupdatedAt
  • projectIdstring

    Filter documents by project ID

  • initiativeIdstring

    Filter documents by initiative ID

  • titlestring

    Case-insensitive title search filter

linear_getFavoriteViews

Получает избранные представления Linear, включая сохранённые и предопределённые представления.

Получает избранные представления Linear, включая сохранённые и предопределённые представления.

Параметры

  • limitinteger

    Maximum number of favorite entries to inspect (default: 25)

  • includeArchivedboolean

    Include archived favorites in the results

  • orderByenum

    Sort order field. Supported values: 'createdAt' or 'updatedAt'

    createdAtupdatedAt
linear_getInitiativeById

Получает сведения о конкретной инициативе по ID.

Получает сведения о конкретной инициативе по ID.

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative to retrieve

  • includeProjectsboolean

    Include associated projects in the response

linear_getInitiativeProjects

Получает все проекты, связанные с инициативой.

Получает все проекты, связанные с инициативой.

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative

  • includeArchivedboolean

    Include archived projects in the results

linear_getInitiatives

Получает список всех initiatives из Linear.

Получает список всех initiatives из Linear.

Параметры

  • includeArchivedboolean

    Include archived initiatives in the results

  • limitnumber

    Maximum number of initiatives to return

linear_getIntegrations

Получает список активных интеграций.

Получает список активных интеграций.

Параметры

  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getIssueById

Получает конкретную задачу по ID или идентификатору (например, ABC-123).

Получает конкретную задачу по ID или идентификатору (например, ABC-123).

Параметры

  • idstringобязательный

    The ID or identifier of the issue (e.g., ABC-123)

linear_getIssueCustomFields

Получает текущие значения настраиваемых полей, заданных для конкретной задачи.

Получает текущие значения настраиваемых полей, заданных для конкретной задачи.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue (e.g., ABC-123)

linear_getIssueHistory

Возвращает историю изменений, внесённых в задачу.

Возвращает историю изменений, внесённых в задачу.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue (e.g., ABC-123)

  • limitnumber

    Maximum number of history events to return (default: 10)

linear_getIssues

Получает список последних задач из Linear

Получает список последних задач из Linear

Параметры

  • limitnumber

    Maximum number of issues to return (default: 10)

linear_getIssueTemplateById

Получает подробности конкретного шаблона задачи

Получает подробности конкретного шаблона задачи

Параметры

  • idstringобязательный

    ID of the template to retrieve

linear_getIssueTemplates

Получает список шаблонов задач.

Получает список шаблонов задач.

Параметры

  • limitinteger

    Maximum number of templates to return (default: 25)

  • includeArchivedboolean

    Include archived templates

  • orderByenum

    Sort templates by created or updated date

    createdAtupdatedAt
linear_getLabels

Получает список меток задач из Linear.

Получает список меток задач из Linear.

Параметры

Без параметров.

linear_getMilestoneById

Получает сведения о конкретной вехе проекта по ID

Получает сведения о конкретной вехе проекта по ID

Параметры

  • idstringобязательный

    The ID of the milestone to retrieve

linear_getMilestones

Получает вехи проектов из Linear, с фильтрами, удобными для PM, по проекту, команде и статусу вехи.

Получает вехи проектов из Linear, с фильтрами, удобными для PM, по проекту, команде и статусу вехи.

Параметры

  • includeArchivedboolean

    Include archived milestones in the results

  • limitinteger

    Maximum number of milestones to return

  • projectIdstring

    Filter milestones by project ID

  • teamIdstring

    Filter milestones by team ID via the milestone project membership

  • statusenum

    Filter milestones by milestone status

    donenextoverdueunstarted
  • orderByenum

    Sort milestones by created or updated date

    createdAtupdatedAt
linear_getNotifications

Получает уведомления для текущего пользователя

Получает уведомления для текущего пользователя

Параметры

  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getOrganization

Получает информацию о текущей организации Linear

Получает информацию о текущей организации Linear

Параметры

Без параметров.

linear_getOrganizationAuditEvents

Получает события аудита для организации

Получает события аудита для организации

Параметры

  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getProjectDocuments

Получает документы для конкретного проекта Linear

Получает документы для конкретного проекта Linear

Параметры

  • projectIdstringобязательный

    ID of the project whose documents should be returned

  • limitinteger

    Maximum number of documents to return (default: 25)

  • includeArchivedboolean

    Include archived documents in the results

  • orderByenum

    Sort documents by created or updated date

    createdAtupdatedAt
  • titlestring

    Case-insensitive title search filter

linear_getProjectIssues

Получает задачи, связанные с проектом, с удобными для PM фильтрами, такими как статус, исполнитель, метки, цикл и веха.

Получает задачи, связанные с проектом, с удобными для PM фильтрами, такими как статус, исполнитель, метки, цикл и веха.

Параметры

  • projectIdstringобязательный

    ID of the project to get issues for

  • limitinteger

    Maximum number of issues to return (default: 25)

  • statesstring[]

    Filter issues by workflow state names

  • assigneeIdstring

    Filter issues by assignee ID

  • labelIdsstring[]

    Filter issues by label IDs

  • cycleIdstring

    Filter issues by cycle ID

  • projectMilestoneIdstring

    Filter issues by project milestone ID

  • includeCompletedboolean

    Include completed issues in the result set (default: true)

  • orderByenum

    Sort issues by created or updated date

    createdAtupdatedAt
linear_getProjectMembers

Получает участников, назначенных на проект

Получает участников, назначенных на проект

Параметры

  • projectIdstringобязательный

    ID of the project to inspect

  • limitinteger

    Maximum number of members to return (default: 25)

  • includeArchivedboolean

    Include archived members

  • includeDisabledboolean

    Include disabled users

  • orderByenum

    Sort members by created or updated date when supported

    createdAtupdatedAt
linear_getProjects

Получает список проектов из Linear

Получает список проектов из Linear

Параметры

Без параметров.

linear_getProjectUpdates

Получает все обновления, связанные с проектом.

Получает все обновления, связанные с проектом.

Параметры

  • projectIdstringобязательный

    ID of the project to get updates for

  • limitnumber

    Maximum number of project updates to return (default: 25)

linear_getRateLimitStatus

Получает общий MCP-side период восстановления лимита скорости Linear и снимок повторных попыток.

Получает общий MCP-side период восстановления лимита скорости Linear и снимок повторных попыток.

Параметры

Без параметров.

linear_getReleaseById

Получает детали конкретного релиза

Получает детали конкретного релиза

Параметры

  • idstringобязательный

    The ID or slug of the release to retrieve

linear_getReleaseNoteById

Получает детали конкретной заметки о релизе.

Получает детали конкретной заметки о релизе.

Параметры

  • idstringобязательный

    The ID or slug of the release note to retrieve

linear_getReleaseNotes

Получает примечания к выпуску из Linear

Получает примечания к выпуску из Linear

Параметры

  • limitinteger

    Maximum number of release notes to return (default: 25)

  • includeArchivedboolean

    Include archived release notes in the results

  • orderByenum

    Sort release notes by created or updated date

    createdAtupdatedAt
linear_getReleasePipelineById

Получает сведения о конкретном пайплайне релиза.

Получает сведения о конкретном пайплайне релиза.

Параметры

  • idstringобязательный

    The ID or slug of the release pipeline to retrieve

linear_getReleasePipelines

Получает релизные пайплайны из Linear

Получает релизные пайплайны из Linear

Параметры

  • limitinteger

    Maximum number of release pipelines to return (default: 25)

  • includeArchivedboolean

    Include archived release pipelines in the results

  • orderByenum

    Sort release pipelines by created or updated date

    createdAtupdatedAt
linear_getReleases

Получает релизы из Linear с опциональными фильтрами по пайплайну и стадии

Получает релизы из Linear с опциональными фильтрами по пайплайну и стадии

Параметры

  • limitinteger

    Maximum number of releases to return (default: 25)

  • includeArchivedboolean

    Include archived releases in the results

  • orderByenum

    Sort releases by created or updated date

    createdAtupdatedAt
  • pipelineIdstring

    Filter releases by release pipeline ID

  • stageIdstring

    Filter releases by release stage ID

linear_getReleaseStages

Получает этапы релиза из Linear

Получает этапы релиза из Linear

Параметры

  • limitinteger

    Maximum number of release stages to return (default: 25)

  • includeArchivedboolean

    Include archived release stages in the results

  • orderByenum

    Sort release stages by created or updated date

    createdAtupdatedAt
  • pipelineIdstring

    Filter release stages by release pipeline ID

linear_getRoadmapById

Получает детали конкретной дорожной карты по ID.

Получает детали конкретной дорожной карты по ID.

Параметры

  • idstringобязательный

    The ID of the roadmap to retrieve

linear_getRoadmaps

Получает список дорожных карт из Linear

Получает список дорожных карт из Linear

Параметры

  • limitinteger

    Maximum number of roadmaps to return (default: 25)

  • includeArchivedboolean

    Whether to include archived roadmaps in the results

  • orderByenum

    Sort order field. Supported values: createdAt or updatedAt

    createdAtupdatedAt
linear_getSavedViews

Получает сохранённые представления Linear (API: CustomView)

Получает сохранённые представления Linear (API: CustomView)

Параметры

  • limitinteger

    Maximum number of saved views to return (default: 25)

  • includeArchivedboolean

    Include archived saved views in the results

  • orderByenum

    Sort order field. Supported values: 'createdAt' or 'updatedAt'

    createdAtupdatedAt
linear_getServerStatus

Получает статус выполнения сервера MCP Linear, счетчики и текущий снимок ограничения скорости.

Получает статус выполнения сервера MCP Linear, счетчики и текущий снимок ограничения скорости.

Параметры

Без параметров.

linear_getSubscriptions

Получает подписки для текущего пользователя

Получает подписки для текущего пользователя

Параметры

  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getTeamLabels

Получает метки для конкретной команды

Получает метки для конкретной команды

Параметры

  • teamIdstringобязательный

    ID of the team to inspect

  • limitinteger

    Maximum number of labels to return (default: 25)

  • includeArchivedboolean

    Include archived labels

  • orderByenum

    Sort labels by created or updated date

    createdAtupdatedAt
linear_getTeamMemberships

Получает членства в командах

Получает членства в командах

Параметры

  • teamIdstringобязательный

    ID of the team to inspect

  • limitinteger

    Maximum number of memberships to return (default: 25)

  • includeArchivedboolean

    Include archived memberships

  • orderByenum

    Sort memberships by created or updated date

    createdAtupdatedAt
linear_getTeams

Получает список команд из Linear

Получает список команд из Linear

Параметры

Без параметров.

linear_getTeamTemplates

Получает шаблоны для конкретной команды

Получает шаблоны для конкретной команды

Параметры

  • teamIdstringобязательный

    ID of the team to inspect

  • limitinteger

    Maximum number of templates to return (default: 25)

  • includeArchivedboolean

    Include archived templates

  • orderByenum

    Sort templates by created or updated date

    createdAtupdatedAt
linear_getUnreadNotificationCount

Получает количество непрочитанных уведомлений

Получает количество непрочитанных уведомлений

Параметры

  • limitinteger
linear_getUserAuditEvents

Получает события аудита для конкретного пользователя.

Получает события аудита для конкретного пользователя.

Параметры

  • userIdstringобязательный
  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getUsers

Получает список пользователей в организации Linear

Получает список пользователей в организации Linear

Параметры

Без параметров.

linear_getViewer

Получает информацию о текущем аутентифицированном пользователе.

Получает информацию о текущем аутентифицированном пользователе.

Параметры

Без параметров.

linear_getWebhooks

Получает список вебхуков.

Получает список вебхуков.

Параметры

  • teamIdstring
  • limitinteger
  • includeArchivedboolean
  • orderByenum
    createdAtupdatedAt
linear_getWorkflowStates

Получает состояния рабочего процесса для команды

Получает состояния рабочего процесса для команды

Параметры

  • teamIdstringобязательный

    ID of the team to get workflow states for

  • includeArchivedboolean

    Whether to include archived states (default: false)

linear_logoutAllSessions

Отзывает все сессии

Отзывает все сессии

Параметры

Без параметров.

linear_logoutOtherSessions

Отозвать все остальные сессии

Отозвать все остальные сессии

Параметры

Без параметров.

linear_logoutSession

Отзывает конкретную сессию

Отзывает конкретную сессию

Параметры

  • sessionIdstringобязательный
linear_markAllNotificationsAsRead

Помечает все уведомления как прочитанные

Помечает все уведомления как прочитанные

Параметры

  • limitinteger
linear_markNotificationAsRead

Отмечает уведомление как прочитанное

Отмечает уведомление как прочитанное

Параметры

  • idstringобязательный
linear_removeFromFavorites

Удаляет сущность или избранную запись из списка избранного текущего пользователя в Linear. Укажите либо favoriteId, либо entityId.

Удаляет сущность или избранную запись из списка избранного текущего пользователя в Linear. Укажите либо favoriteId, либо entityId.

Параметры

  • favoriteIdstring

    Favorite entry ID to remove when available from a favorites query

  • entityIdstring

    Entity ID to remove from favorites when the workspace schema supports it

linear_removeIssueFromCycle

Удаляет задачу из цикла

Удаляет задачу из цикла

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to remove from the cycle

  • cycleIdstringобязательный

    ID of the cycle to remove the issue from

linear_removeIssueFromProject

Удаляет существующую задачу из проекта

Удаляет существующую задачу из проекта

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to remove from the project

  • projectIdstringобязательный

    ID of the project to remove the issue from

linear_removeIssueFromRelease

Удаляет задачу из релиза

Удаляет задачу из релиза

Параметры

  • issueIdstringобязательный

    The ID or identifier of the issue to remove

  • releaseIdstringобязательный

    The ID of the release to remove the issue from

linear_removeIssueLabel

Удаляет метку из задачи в Linear

Удаляет метку из задачи в Linear

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to remove the label from (e.g., ABC-123)

  • labelIdstringобязательный

    ID of the label to remove from the issue

linear_removeProjectFromInitiative

Удаляет проект из инициативы

Удаляет проект из инициативы

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative

  • projectIdstringобязательный

    The ID of the project to remove

linear_removeProjectMember

Удаляет участника из проекта

Удаляет участника из проекта

Параметры

  • projectIdstringобязательный

    ID of the project to update

  • userIdstringобязательный

    ID of the user to remove

linear_removeUserFromTeam

Удаляет пользователя из команды

Удаляет пользователя из команды

Параметры

  • teamIdstringобязательный

    ID of the team to update

  • userIdstringобязательный

    ID of the user to remove

  • alsoLeaveParentTeamsboolean

    Also leave parent teams when removing membership

linear_searchDocuments

Ищет документы Linear по термину

Ищет документы Linear по термину

Параметры

  • termstringобязательный

    Search term for document titles and content

  • teamIdstring

    Optional team ID to scope the search

  • includeCommentsboolean

    Include comment matches in the search payload when supported

  • limitinteger

    Maximum number of results to return (default: 25)

  • includeArchivedboolean

    Include archived documents in the search

  • orderByenum

    Sort results by created or updated date

    createdAtupdatedAt
  • snippetSizenumber

    Optional snippet size for search result context

linear_searchIssues

Ищет задачи с помощью различных фильтров

Ищет задачи с помощью различных фильтров

Параметры

  • querystring

    Text to search for in issue title or description

  • teamIdstring

    Filter issues by team ID

  • assigneeIdstring

    Filter issues by assignee ID

  • projectIdstring

    Filter issues by project ID

  • statesstring[]

    Filter issues by state name (e.g., 'Todo', 'In Progress', 'Done')

  • limitnumber

    Maximum number of issues to return (default: 10)

linear_searchReleases

Ищет релизы по термину, версии или имени пайплайна

Ищет релизы по термину, версии или имени пайплайна

Параметры

  • termstring

    Search term to match against release name, version, or pipeline name

  • limitinteger

    Maximum number of releases to return (default: 20)

  • includeArchivedboolean

    Include archived releases in the search results

  • pipelineIdstring

    Filter search results by release pipeline ID

  • stageIdstring

    Filter search results by release stage ID

linear_setIssuePriority

Устанавливает приоритет задачи.

Устанавливает приоритет задачи.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue (e.g., ABC-123)

  • priorityenumобязательный

    Priority level (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low)

    01234
linear_subscribeToIssue

Подписаться на обновления issue

Подписаться на обновления issue

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to subscribe to (e.g., ABC-123)

linear_transferIssue

Передаёт задачу в другую команду

Передаёт задачу в другую команду

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue to transfer (e.g., ABC-123)

  • teamIdstringобязательный

    ID of the team to transfer the issue to

linear_unarchiveDocument

Восстанавливает ранее архивированный документ Linear

Восстанавливает ранее архивированный документ Linear

Параметры

  • idstringобязательный

    ID of the document to restore

linear_unarchiveInitiative

Разархивирует инициативу.

Разархивирует инициативу.

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative to unarchive

linear_unarchiveRelease

Разархивирует релиз

Разархивирует релиз

Параметры

  • releaseIdstringобязательный

    The ID of the release to unarchive

linear_unarchiveReleasePipeline

Разархивирует конвейер релиза

Разархивирует конвейер релиза

Параметры

  • pipelineIdstringобязательный

    The ID of the release pipeline to unarchive

linear_unarchiveReleaseStage

Разархивирует стадию релиза.

Разархивирует стадию релиза.

Параметры

  • stageIdstringобязательный

    The ID of the release stage to unarchive

linear_updateComment

Обновляет существующий комментарий.

Обновляет существующий комментарий.

Параметры

  • idstringобязательный

    ID of the comment to update

  • bodystring

    Updated comment body

  • quotedTextstring

    Optional quoted text for inline comments

  • resolvingCommentIdstring

    Optional resolving comment ID

  • resolvingUserIdstring

    Optional resolving user ID

  • subscriberIdsstring[]

    Optional subscriber IDs

  • doNotSubscribeToIssueboolean

    Prevent auto subscription on update

linear_updateCycle

Обновите существующий цикл. Укажите id и хотя бы одно другое поле для изменения.

Обновите существующий цикл. Укажите id и хотя бы одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the cycle to update

  • startsAtstring

    Updated cycle start timestamp or date

  • endsAtstring

    Updated cycle end timestamp or date

  • namestring

    Updated custom cycle name

  • descriptionstring

    Updated cycle description

  • completedAtstring

    Optional completion timestamp

linear_updateDocument

Обновляет существующий документ Linear. Укажите id и хотя бы одно другое поле для изменения.

Обновляет существующий документ Linear. Укажите id и хотя бы одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the document to update

  • titlestring

    Updated document title

  • contentstringnull

    Updated markdown content. Pass null to clear it.

  • iconstringnull

    Updated icon. Pass null to clear it.

  • colorstringnull

    Updated icon color. Pass null to clear it.

  • hiddenAtstringnull

    ISO timestamp for hiding the document. Pass null to clear it.

  • projectIdstringnull

    Updated project association. Pass null to clear it.

  • initiativeIdstringnull

    Updated initiative association. Pass null to clear it.

  • lastAppliedTemplateIdstringnull

    Updated last applied template. Pass null to clear it.

  • sortOrdernumber

    Updated sort order in the resources list

  • trashedboolean

    Whether the document should be marked as trashed

linear_updateInitiative

Обновляет существующую инициативу

Обновляет существующую инициативу

Параметры

  • initiativeIdstringобязательный

    The ID of the initiative to update

  • namestring

    Updated name of the initiative

  • descriptionstring

    Updated description of the initiative

  • contentstring

    Updated content in markdown format

  • ownerIdstring

    Updated owner ID

  • targetDatestring

    Updated target completion date (ISO 8601 format)

  • statusenum

    Updated status of the initiative

    notStartedinProgresscompletedpaused
  • iconstring

    Updated icon emoji

  • colorstring

    Updated color in hex format

linear_updateIssue

Обновляет существующий тикет в Linear

Обновляет существующий тикет в Linear

Параметры

  • idstringобязательный

    ID or identifier of the issue to update (e.g., ABC-123)

  • titlestring

    New title for the issue

  • descriptionstring

    New description for the issue (Markdown supported)

  • stateIdstring

    ID of the new state for the issue

  • prioritynumber

    New priority for the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low)

  • projectIdstring

    ID of the project to move the issue to

  • projectMilestoneIdstring

    ID of the project milestone to assign to the issue

  • assigneeIdstring

    ID of the user to assign the issue to, or null to unassign

  • cycleIdstring

    ID of the cycle to move the issue to, or null to remove from current cycle

  • estimatenumber

    The estimated complexity/points for the issue

  • dueDatestring

    The new due date for the issue (YYYY-MM-DD format), or null to remove

  • labelIdsstring[]

    IDs of the labels to set on the issue (replacing existing labels)

  • addedLabelIdsstring[]

    IDs of labels to add to the issue (without removing existing ones)

  • removedLabelIdsstring[]

    IDs of labels to remove from the issue

  • parentIdstring

    ID of the parent issue, or null to convert to a regular issue

  • subscriberIdsstring[]

    IDs of the users to subscribe to the issue (replacing existing subscribers)

  • teamIdstring

    ID of the team to move the issue to

  • sortOrdernumber

    The position of the issue in relation to other issues

linear_updateIssueCustomField

Устанавливает или очищает значение пользовательского поля задачи. Передайте null в качестве значения, чтобы очистить его.

Устанавливает или очищает значение пользовательского поля задачи. Передайте null в качестве значения, чтобы очистить его.

Параметры

  • issueIdstringобязательный

    ID or identifier of the issue whose custom field should be updated

  • customFieldIdstringобязательный

    ID of the custom field definition to update

  • valueanyобязательный

    JSON-compatible value to write. Use null to clear the field. Arrays and objects are passed through as-is when the Linear schema accepts them.

linear_updateIssueTemplate

Обновляет существующий шаблон задачи. Указывает id и как минимум одно другое поле для изменения.

Обновляет существующий шаблон задачи. Указывает id и как минимум одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the template to update

  • namestring
  • descriptionstringnull
  • teamIdstringnull
  • templateDataobject
  • sortOrdernumber
linear_updateMilestone

Обновляет существующий этап проекта в Linear. Для обновления необходимо указать id и как минимум одно другое поле.

Обновляет существующий этап проекта в Linear. Для обновления необходимо указать id и как минимум одно другое поле.

Параметры

  • idstringобязательный

    ID of the milestone to update

  • namestring

    Updated name of the milestone

  • projectIdstring

    Updated project ID for the milestone

  • descriptionstring

    Updated milestone description in markdown format

  • targetDatestring

    Updated planned target date for the milestone (YYYY-MM-DD format)

  • sortOrdernumber

    Updated sort order for the milestone within its project

linear_updateProject

Обновляет существующий проект в Linear

Обновляет существующий проект в Linear

Параметры

  • idstringобязательный

    ID of the project to update

  • namestring

    New name of the project

  • descriptionstring

    New short summary of the project

  • contentstring

    New content of the project (Markdown supported)

  • statestring

    New state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')

linear_updateProjectUpdate

Обновляет существующее обновление проекта в Linear

Обновляет существующее обновление проекта в Linear

Параметры

  • idstringобязательный

    ID of the project update to update

  • bodystring

    Updated body content of the project update

  • healthenum

    Updated health status for the project update

    onTrackatRiskoffTrack
linear_updateRelease

Обновляет существующий релиз. Укажите ID и как минимум одно дополнительное поле для изменения.

Обновляет существующий релиз. Укажите ID и как минимум одно дополнительное поле для изменения.

Параметры

  • idstringобязательный

    The ID of the release to update

  • namestring

    The updated release name

  • versionstring

    The updated release version

  • descriptionstring

    The updated release description

  • commitShastring

    The updated Git commit SHA

  • pipelineIdstring

    The updated release pipeline ID

  • stageIdstring

    The updated release stage ID

  • startDatestring

    The updated start date in YYYY-MM-DD format

  • targetDatestring

    The updated target date in YYYY-MM-DD format

  • trashedboolean

    Whether the release should be marked as trashed

linear_updateReleaseNote

Обновляет заметку о релизе, используя либо явные идентификаторы релизов, либо диапазон релизов. Укажите id и как минимум одно другое поле для изменения.

Обновляет заметку о релизе, используя либо явные идентификаторы релизов, либо диапазон релизов. Укажите id и как минимум одно другое поле для изменения.

Параметры

  • idstringобязательный

    The ID of the release note to update

  • contentstring

    Updated release note content in markdown

  • releaseIdsstring[]

    Explicit release IDs to set on the note

  • rangeFromReleaseIdstring

    Updated oldest release ID in the note range

  • rangeToReleaseIdstring

    Updated newest release ID in the note range

linear_updateReleasePipeline

Обновляет существующий пайплайн релиза. Укажите id и хотя бы одно дополнительное поле для изменения.

Обновляет существующий пайплайн релиза. Укажите id и хотя бы одно дополнительное поле для изменения.

Параметры

  • idstringобязательный

    The ID of the release pipeline to update

  • namestring

    The updated pipeline name

  • teamIdsstring[]

    The updated team identifiers for the pipeline

  • typeenum

    The updated pipeline type

    continuousscheduled
  • slugIdstring

    The updated pipeline slug identifier

  • isProductionboolean

    Whether the pipeline targets production

  • includePathPatternsstring[]

    Updated glob patterns to include matching commit paths

linear_updateReleaseStage

Обновляет существующий этап релиза. Укажите id и хотя бы одно другое поле для изменения.

Обновляет существующий этап релиза. Укажите id и хотя бы одно другое поле для изменения.

Параметры

  • idstringобязательный

    The ID of the release stage to update

  • namestring

    The updated stage name

  • colorstring

    The updated UI color as a HEX string

  • positionnumber

    The updated stage position

  • frozenboolean

    Whether the started stage should be frozen

linear_updateRoadmap

Обновляет существующий roadmap

Обновляет существующий roadmap

Параметры

  • idstringобязательный

    The ID of the roadmap to update

  • namestring

    The new name of the roadmap

  • descriptionstring

    The new description of the roadmap

  • colorstring

    The new roadmap color

  • ownerIdstring

    The ID of the new roadmap owner

  • sortOrdernumber

    The new sort order of the roadmap

linear_updateSavedView

Обновляет сохранённое представление Linear (API: updateCustomView). Предоставьте id и как минимум одно другое поле для изменения.

Обновляет сохранённое представление Linear (API: updateCustomView). Предоставьте id и как минимум одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the saved view to update

  • namestring

    Updated saved view name

  • descriptionstringnull

    Updated saved view description. Pass null to clear it.

  • sharedboolean

    Whether the saved view is shared across the organization

  • iconstringnull

    Updated icon for the saved view. Pass null to clear it.

  • colorstringnull

    Updated icon color for the saved view. Pass null to clear it.

  • teamIdstringnull

    Updated team associated with the saved view. Pass null to clear it.

  • projectIdstringnull

    Updated project associated with the saved view. Pass null to clear it.

  • ownerIdstringnull

    Updated owner for the saved view. Pass null to clear it.

  • filtersobjectnull

    Updated raw filters object to store on the saved view. Pass null to clear it.

  • filterDataobjectnull

    Updated issue filter data for the saved view. Pass null to clear it.

  • projectFilterDataobjectnull

    Updated project filter data for the saved view. Pass null to clear it.

linear_updateTeam

Обновляет настройки команды

Обновляет настройки команды

Параметры

  • idstringобязательный

    ID of the team to update

  • namestring
  • keystring
  • descriptionstring
  • colorstring
  • iconstring
  • timezonestring
  • parentIdstring
  • privateboolean
linear_updateTeamMembership

Обновляет роль пользователя в команде. Укажите id и как минимум одно другое поле для изменения.

Обновляет роль пользователя в команде. Укажите id и как минимум одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the team membership to update

  • ownerboolean
  • sortOrdernumber
linear_updateWorkflowState

Обновляет состояние рабочего процесса. Укажите id и как минимум одно другое поле для изменения.

Обновляет состояние рабочего процесса. Укажите id и как минимум одно другое поле для изменения.

Параметры

  • idstringобязательный

    ID of the workflow state to update

  • namestring
  • colorstring
  • descriptionstring
  • positionnumber

Другие проверенные MCP-сервера

Google MCP

Google MCP

официальный

Сборник MCP серверов от Google для интеграции сервисов Google Cloud (BigQuery, Cloud SQL и др.) с AI-агентами. Включает удаленные и open-source серверы для развертывания. Полезен разработчикам агентных систем.

4407
jsdelivr/globalping-mcp-server

jsdelivr/globalping-mcp-server

официальный

Globalping MCP Server даёт AI-ассистентам доступ к глобальной сети проб для выполнения сетевых тестов (ping, traceroute, DNS, HTTP) из тысяч точек мира. Идеально для диагностики сети и сравнения пр...

TypeScript62
runapi-ai/mcp

runapi-ai/mcp

официальный

RunAPI MCP Server открывает 130+ моделей генерации медиа, музыки, речи и поиска промптов прямо из MCP-хостов — Claude Code, Cursor, VS Code. Идеально для быстрых экспериментов с генерацией без пере...

TypeScript52
fireproof-storage/mcp-database-server

fireproof-storage/mcp-database-server

официальный

Этот MCP сервер на базе Fireproof предоставляет простое хранилище JSON документов с CRUD-операциями и сортировкой по любому полю. Подходит для интеграции с AI ассистентами вроде Claude Desktop и по...

JavaScript31
Timeweb MCP

Timeweb MCP

официальный

MCP сервер для автоматизации деплоя приложений в Timeweb Cloud. Создавайте приложения, базы данных, VPC и floating IP прямо из чата. Сервер сам определяет параметры проекта и фреймворк. Идеально для быстрого развертывания в облаке.

TypeScript25
XGenerationLab/xiyan_mcp_server

XGenerationLab/xiyan_mcp_server

официальный

MCP-сервер для запросов к базам данных на естественном языке. Основан на XiYan-SQL - SOTA модели text-to-SQL. Поддерживает MySQL, PostgreSQL, общие LLM и локальный режим. Упрощает извлечение данных...

Python240
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин