Skip to main content
Glama

Linear MCP

Multi-workspace MCP server for Linear, built with Bun/TypeScript and raw GraphQL.

It covers issues, projects, initiatives, documents, comments, views, templates, notifications, attachments, and files, with complete comment readback, authenticated private-file handling, validated visual metadata, and MCP tool annotations. See CAPABILITIES.md for the generated tool reference.

  • Active local source: /Users/jonas/.agents/mcp/servers/linear

  • Workspaces: biz, personal, and test

  • Plan levels: biz and personal are Basic; test is Free.

  • Auth: LINEAR_BIZ_TOKEN, LINEAR_PERSONAL_TOKEN, and LINEAR_TEST_TOKEN

  • Generated tool reference: CAPABILITIES.md

Agent Usage

Fresh sessions should use one source-of-truth chain:

  1. Runtime MCP tool discovery for callable names, descriptions, and schemas.

  2. CAPABILITIES.md for the generated human-readable index, examples, and tool-choice guidance.

  3. /Users/jonas/.agents/skills/linear/SKILL.md for workspace routing and operating policy.

  4. Live MCP reads for IDs and current Linear workspace state.

Do not copy tool tables into skills, README sections, or Linear comments. If tool behavior changes, update the implementing ToolDef metadata/examples under tools/, regenerate CAPABILITIES.md, and keep the skill focused on policy rather than a second reference.

Related MCP server: MCP Linear.app Server

Setup

bun install
cp .env.example .env
bun run start

The local production launch path uses /Users/jonas/.agents/mcp/wrappers/linear.sh, which loads tokens through the neutral MCP wrapper layer. The smoke scripts in package.json assume that local control-plane layout.

Scripts

bun run prepare:repo
bun run verify
bun run smoke:tools
bun run smoke:tools:local
bun run smoke:views
bun run smoke:live -- --workspace test --scenario comments
bun run smoke:live -- --workspace biz --scenario discord --discord-url https://discord.com/channels/<guild>/<channel>/<message>
bun run seed:test-workspace

Use bun run prepare:repo before committing source changes. It refreshes the generated capabilities reference, then runs the normal local verification path. GitHub CI runs docs, build, and credential-free tool discovery; live Linear calls still depend on local credentials and the local MCP wrapper layout.

bun run smoke:live is opt-in and mutates Linear. It defaults to test and also accepts --workspace personal or --workspace biz. It creates durable sandbox anchors named Linear MCP Sandbox, creates disposable fixtures named MCP Smoke <domain> <timestamp>, tracks created IDs, and cleans current-run fixtures in finally. Supported scenarios are favorites, labels, duplicate, organize, comments, views, icons, notifications, subscriptions, templates, discord, and all. The discord scenario is intentionally not part of all because it needs --discord-url and the biz Discord integration. The script warns about stale MCP Smoke fixtures before it starts; review those warnings separately from current-run cleanup results.

bun run seed:test-workspace is also mutating and intentionally durable. It targets test by default, creates a fleshed-out MCP capability lab, and writes a local report under reports/.

Layout

index.ts
workspaces.ts
client.ts
tools/
  registry.ts
  issues.ts
  projects.ts
  initiatives.ts
  views.ts
  templates.ts
  files.ts
  attachments.ts
  ...
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
    Last updated
    100
    3,983
    143
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    An MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.
    Last updated
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that integrates with Linear's API, enabling users to manage issues, projects, teams, and comments through natural language. It supports creating, updating, deleting, and searching issues, as well as project and team management.
    Last updated
    25
    1,770
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • MCP server for interacting with the Supabase platform

View all MCP Connectors

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

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