Add Linear MCP server example bundle#228
Closed
pranavarorajmtdholdings wants to merge 1 commit intomodelcontextprotocol:mainfrom
Closed
Add Linear MCP server example bundle#228pranavarorajmtdholdings wants to merge 1 commit intomodelcontextprotocol:mainfrom
pranavarorajmtdholdings wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Add a new linear-node example bundle that integrates with Linear's issue tracking API. Includes tools for creating, updating, searching, and commenting on issues, as well as listing teams and projects. Co-Authored-By: Oz <oz-agent@warp.dev>
Collaborator
|
Thanks for the contribution! However, the To distribute this as an MCPB, you can package it from your own repo using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new
linear-nodeexample bundle that integrates with Linear's issue tracking API via the@linear/sdk.What's included
manifest.json— Bundle metadata following the mcpb v0.2 spec, withLINEAR_API_KEYas a sensitiveuser_configfieldserver/index.js— MCP server implementing 7 tools:create_issue— Create issues with title, team, description, priority, statusupdate_issue— Update title, description, priority, status, assigneesearch_issues— Search/filter by query, team, status, assignee, priorityget_issue— Fetch full issue details including labels and commentslist_teams— List all workspace teamslist_projects— List projects with optional team filteringadd_comment— Add markdown comments to issuespackage.json— Dependencies on@linear/sdkand@modelcontextprotocol/sdkTesting
mcpb pack(schema passes, bundle packs successfully)hello-world-nodeandfile-system-nodeexamplesWarp conversation
Co-Authored-By: Oz oz-agent@warp.dev