MCP.so
登录

Linear MCP Integration Server

@MCP-Mirror

关于 Linear MCP Integration Server

Mirror of

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "MadeByNando_MCP-linear-Server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-linear-server",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Linear MCP Integration Server?

This server provides Linear integration capabilities through the Model Context Protocol (MCP). It allows AI models to interact with Linear for issue tracking and project management.

How to use Linear MCP Integration Server?

Obtain a Linear API key from Linear settings, create a .env file with LINEAR_API_KEY, install dependencies with npm install, and start the server with npm start. Alternatively, use Docker via docker-compose up -d. To integrate with Cursor, add it as an MCP server using the command transport with your API key.

Key features of Linear MCP Integration Server

  • Create Linear issues with title, description, priority, status
  • Search issues with filters: query, team, status, assignee, priority
  • Retrieve all issues in the current sprint/iteration
  • Search and retrieve Linear teams by name
  • Filter current sprint issues by status for current user
  • Get all workflow states (statuses) for a team

Use cases of Linear MCP Integration Server

  • Automate bug report creation from AI chat conversations
  • Search and filter issues for project management dashboards
  • Get current sprint issues for daily standup updates
  • Filter sprint issues by status (e.g., pending release) for reporting
  • List all teams or projects to navigate Linear workspaces

FAQ from Linear MCP Integration Server

How do I get a Linear API key?

Obtain it from Linear's settings > API section.

How do I run the server without Docker?

Copy .env.example to .env, add your LINEAR_API_KEY, run npm install, then npm start or npm run dev.

How do I add this server to Cursor?

In Cursor settings under MCP Servers, add a new server using command transport with the command env LINEAR_API_KEY=your_key node /path/to/dist/server.js.

What default limit does linear_search_issues use?

It returns up to 10 results by default.

What happens if the connection is lost?

The server includes automatic reconnection with configurable retry attempts and heartbeat monitoring for connection health.

评论

版本控制 分类下的更多 MCP 服务器