Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINEAR_API_KEYYesYour Linear API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_teamsA

List every team in the Linear workspace. Returns each team's identifier (key), human-readable name, and UUID. Use this first when you don't know a team's key.

list_cyclesA

List cycles (sprints) for a team. Cycles have per-team monotonic numbers (HYD-cycle-2 is different from another-team-cycle-2). Filter by scope to narrow to only past, current, or future cycles.

list_issues_in_cycleA

List issues in a Linear cycle. Provide EITHER cycle_id (from list_cycles) OR both team and cycle_number. Returns identifier, title, state, assignee, priority, estimate — enough to render a cycle overview.

get_issueA

Fetch full details for one Linear issue. Accepts either the human identifier (e.g. 'HYD-123') or the internal UUID. Returns description, state, assignee, cycle, labels, and the most recent comments.

search_issuesA

Search the workspace's issues by text. Matches title, description, and comments. Returns identifier, title, state, URL — shape aligned with list_issues_in_cycle so results can be treated the same way.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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

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