Skip to main content
Glama

Linear MCP Server

by cpropster
types.ts486 B
import { Issue, Team } from '@linear/sdk'; export interface IssuePayload { id: string; identifier: string; title: string; url: string; teamId: string; _team?: Team; } export interface IssueCreateResponse { success: boolean; issue: IssuePayload; } export interface ProjectCreateResponse { success: boolean; project: { id: string; name: string; url: string; }; } export interface IssueUpdateResponse { success: boolean; issues: IssuePayload[]; }

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

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