linear-flow
Verified Safeby consigcody94
Overview
Automates Linear project management tasks such as issue creation, cycle tracking, and label management using natural language commands.
Installation
node /absolute/path/to/linear-flow/build/index.jsEnvironment Variables
- LINEAR_API_KEY
Security Notes
The server securely retrieves the Linear API key from environment variables, preventing hardcoding. It uses the official Linear SDK and JSON Schema for input validation, reducing arbitrary code execution risks. Error handling is present. The primary security consideration is that the Linear API key itself grants 'full workspace access' to the Linear account, as noted in the README, making it a powerful credential that must be protected externally.
Similar Servers
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
linear-streamable-mcp-server
This server allows Language Models (LLMs) to interact with Linear.app, managing issues, projects, teams, cycles, and comments through a streamable HTTP Model Context Protocol (MCP).
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
memory-journal-mcp
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.