logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-task-orchestrator-linear

A dedicated set of utilities for interfacing with the Linear issue tracking platform within the MCP framework, facilitating sophisticated management of tasks and project artifacts.

Author

mcp-task-orchestrator-linear logo

floodfx

MIT License

Quick Info

GitHub GitHub Stars 1
NPM Weekly Downloads 1173
Tools 1
Last Updated 2026-02-19

Tags

floodfxtoolsmcptools floodfxfloodfx mcpbusiness tools

MCP Service for Linear Integration

This module establishes an interface layer (MCP server) enabling external clients to communicate with the Linear API for comprehensive task and project lifecycle management.

Available Command Set (Current Functionality)

  • linear-fetch-issues: Executes detailed searches against Linear issue repositories.

Planned Command Expansion (Future Capabilities)

  • linear-spawn-issue: Drafts and submits new issues within Linear.
  • linear-modify-issue: Applies updates to existing Linear tickets.
  • linear-retrieve-issue: Fetches specific details for a singular Linear issue.
  • linear-enumerate-project-tickets: Retrieves the full manifest of issues associated with a designated project in Linear.
  • linear-inject-commentary: Attaches textual feedback or notes to a specific issue.
  • linear-institute-project: Provision a brand new project container in Linear.
  • linear-reconfigure-project: Adjust the parameters or metadata of an existing project.

Proposed Resource Locators (Deep Linking)

  • linear-artifact://issue/{issueId} - Direct navigation to an individual issue's full record.
  • linear-artifact://project/{projectId} - Direct navigation to a project's overview page.
  • linear-artifact://cycle/{cycleId} - Direct navigation to a specific time-boxed cycle (defaults to the active cycle).
  • linear-artifact://team/{teamId}/tickets - View aggregated issues assigned to a specific team.
  • linear-artifact://person/{userId}/assignments - List tasks currently allocated to a specific user.
  • linear-artifact://org: - Access high-level organizational statistics and settings.

Optimal Execution Environment (Bun Preference)

This implementation is optimized for the Bun runtime, allowing for direct execution without intermediate compilation steps, which is the preferred deployment model.

To initiate service using Bun:

bash bun run src/server.ts

Alternatively, compatibility with Node.js environments is maintained:

bash node dist/main.js

Producing a Self-Contained Binary

Bun facilitates the creation of standalone executables from projects, simplifying deployment by removing external runtime dependencies (like Bun itself).

To build this asset:

bash bun build:executable

Note: Compilation targets may require modification based on the intended host architecture; consult Bun's documentation for platform-specific adjustments.

Integration Configuration for MCP Clients

To incorporate this service into your MCP controller via configuration manifest, utilize the following JSON structure, adjusting parameters for your preferred runtime scenario:

Bun Execution Profile

"linear_service": { "runtime": "bun", "entrypoint": [ "run", "/absolute/path/to/source/index.ts" ], "security_context": { "API_AUTH_TOKEN": "lin_secret_XYZ123" } }

Node Execution Profile

"linear_service": { "runtime": "node", "entrypoint": [ "/absolute/path/to/compiled/server.js" ], "security_context": { "API_AUTH_TOKEN": "lin_secret_XYZ123" } }

Standalone Executable Profile

"linear_service": { "runtime": "/absolute/path/to/compiled/linear-mcp-daemon", "entrypoint": [], "security_context": { "API_AUTH_TOKEN": "lin_secret_XYZ123" } }

Project Lineage

This implementation was inspired by, and stands as an independent evolution of, the work presented in jerhadf/linear-mcp-server. Specific difficulties encountered in utilizing the original implementation (as documented in issue #5) served as the impetus for developing this resilient variant. The comprehensive catalog of intended tools and resources has been retained.

Licensing Details

Distributed under the MIT License.

:WIKIPEDIA: Business administration platforms encompass the array of systems, protocols, analytical instruments, algorithmic frameworks, and strategic approaches employed by enterprises to effectively navigate evolving market dynamics, secure a sustainable competitive edge, and systematically enhance operational output.

== Comprehensive Overview == These organizational instruments can be segmented based on departmental alignment or functional focus, such as orchestration, procedural management, record-keeping, human capital alignment, diagnostic capabilities, oversight mechanisms, and so forth. A functional taxonomy typically highlights these core domains:

  • Data ingestion and integrity verification tools applicable across all functional units.
  • Mechanisms for monitoring and optimizing core business workflows.
  • Solutions for aggregating information to support executive decision-making.

Modern enterprise resource solutions have undergone rapid transformation due to accelerated technological progress, frequently leading to complexity in selecting optimal tools for diverse corporate environments. This challenge is driven by persistent pressures to reduce expenditures, maximize revenue generation, deeply understand client requirements, and ensure product delivery aligns precisely with customer expectations. Consequently, leadership must adopt a strategic viewpoint regarding tool adoption, favoring customization to organizational requirements over the passive implementation of novel technologies.

== Prominent Methodologies (2013 Benchmark) == A 2013 analysis by Bain & Company mapped the global utilization of business frameworks, reflecting regional needs shaped by economic conditions. Leading approaches identified included:

Strategic Planning Client Relationship Management (CRM) Employee Feedback Mechanisms Comparative Performance Analysis (Benchmarking) Integrated Performance Measurement (Balanced Scorecard) Core Capability Identification External Resource Allocation (Outsourcing) Organizational Transformation Programs Supply Chain Logistics Management Defining Corporate Purpose (Mission/Vision) Target Market Segmentation Total Quality Management (TQM)

== Enterprise Software Ecosystems == Software tailored for corporate use—often referred to as business applications—serves to automate, measure, and precisely execute various organizational functions. The domain has progressed from early Management Information Systems (MIS) through Enterprise Resource Planning (ERP), integrating Customer Relationship Management (CRM), culminating in today's comprehensive cloud-based management suites. While a direct link exists between IT investment and organizational performance, maximal value extraction depends critically on two factors: the efficacy of the implementation process and the judicious selection and tailoring of the supporting toolset.

See Also

`