I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

mcp-server-linear
This is a MCP server that defines tools for interacting with Linear via an MCP client.
Current Tools
-
linear-search-issues
: Search for issues in Linear
Future Tools
-
linear-create-issue
: Create an issue in Linear -
linear-update-issue
: Update an issue in Linear -
linear-get-issue
: Get an issue in Linear -
linear-get-project-issues
: Get all issues in a project in Linear -
linear-add-comment
: Add a comment to an issue in Linear -
linear-create-project
: Create a project in Linear -
linear-update-project
: Update a project in Linear
Future Resources
-
linear-issue:///{issueId}
- View individual issue details -
linear-project:///{projectId}
- View project details -
linear-cycle:///{cycleId}
- View cycle details (defaults to current cycle) -
linear-team:///{teamId}/issues
- View team issues -
linear-user:///{userId}/assigned
- View user's assigned issues -
linear-organization:
- View organization info
Bun-preferred
This project uses Bun and can be run directly from Bun without transpiling (which is how I use it). To run it with Bun, you can use the following command:
bun run index.ts
That said, you can run it with Node if you prefer. To run it with Node, you can use the following command:
node build/index.js
Standalone Executable
Bun projects can be compiled into standalone executable. This allows you to run the server without having to install Bun (theoretically). To compile the project into a standalone executable, you can use the following command:
bun build:standalone
You may need to change the build target
depending on the machine you are building for. See Bun docs for more details.
Adding to your MCP client via JSON
To add this server to your MCP client, you can use the following JSON configuration:
Bun Runtime
"linear": {
"command": "bun",
"args": [
"run",
"/path/to/linear-mcp-server/index.ts"
],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}
Node Runtime
"linear": {
"command": "node",
"args": [
"/path/to/linear-mcp-server/build/index/js"
],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}
Standalone Executable
"linear": {
"command": "/path/to/linear-mcp-server/standalone-linear-mcp-server",
"args": [],
"env": {
"LINEAR_API_KEY": "lin_api_ABCD"
}
}
Credits
This project was inspired by jerhadf/linear-mcp-server. I and others had trouble getting it to work, which prompted me to create my own implementation. The list of tools and resources seemed worth keeping.
License
MIT
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Reviews

user_ruywzoGV
I am thoroughly impressed with the Rocket Countdown MCP Server by WesleyMFrederick! This server offers seamless performance and exceptional stability. The setup was straightforward, and the user-friendly interface made it a breeze to navigate. Highly recommended for anyone looking for a reliable and efficient server solution!