Linear MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Linear MCPshow my open issues in the biz workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Linear MCP
Custom Bun/TypeScript MCP server for Linear, backed by raw GraphQL and used through the local MCP control plane.
Active local source:
/Users/jonas/.agents/mcp/servers/linearWorkspaces:
biz,personal, andjonas-test-workspace(testalias)Plan levels:
bizandpersonalare Basic;jonas-test-workspaceis Free.Auth:
LINEAR_BIZ_TOKEN,LINEAR_PERSONAL_TOKEN, andLINEAR_TEST_WORKSPACE_TOKENGenerated tool reference: CAPABILITIES.md
Agent Usage
Fresh sessions should use one source-of-truth chain:
Runtime MCP tool discovery for callable names, descriptions, and schemas.
CAPABILITIES.md for the generated human-readable index, examples, and tool-choice guidance.
/Users/jonas/.agents/skills/linear/SKILL.mdfor workspace routing and operating policy.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 startThe 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 jonas-test-workspace --scenario comments
bun run smoke:live -- --workspace biz --scenario discord --discord-url https://discord.com/channels/<guild>/<channel>/<message>
bun run seed:test-workspaceUse 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 jonas-test-workspace 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 jonas-test-workspace 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
...This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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