Skip to main content
Glama

MCP Linear App

by zalab-inc
import { LinearClient } from '@linear/sdk'; import dotenv from 'dotenv'; dotenv.config(); if (!process.env.LINEAR_API_KEY) { throw new Error("LINEAR_API_KEY is not set"); } // Api key authentication const linearClient = new LinearClient({ apiKey: process.env.LINEAR_API_KEY }); export default linearClient;

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/zalab-inc/mcp-linear-app'

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