MCP.so
登录

Mo - Linear Task Management for Cursor IDE

@ztfo

关于 Mo - Linear Task Management for Cursor IDE

Linear<>Cursor MCP Server for AI powered project management

基本信息

分类

开发工具

许可证

ISC

运行时

node

传输方式

stdio

发布者

ztfo

配置

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

{
  "mcpServers": {
    "mo": {
      "command": "npx",
      "args": [
        "mo-linear-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Mo - Linear Task Management for Cursor IDE?

Mo is a Model Context Protocol (MCP) server for Cursor IDE that integrates with Linear for issue tracking and task management. It allows developers to create, update, and track tasks directly from within Cursor, with bidirectional synchronization between local tasks and Linear issues.

How to use Mo - Linear Task Management for Cursor IDE?

Install globally via npm: npm install -g mo-linear-mcp, then configure it in Cursor's MCP settings (Settings → Extensions → MCP Servers). Use editor commands like /mo tasks, /mo new-task, or chat tools like @Linear linear_status. Authenticate with a Linear API key using /mo linear-auth key:your_api_key.

Key features of Mo - Linear Task Management for Cursor IDE

  • Create, update, and delete tasks directly in Cursor
  • Context-aware task creation from code selections or file
  • Bidirectional sync between local tasks and Linear issues
  • Filter and query Linear issues by teams, projects, states
  • Support for webhooks for real-time issue updates (optional)
  • Markdown-formatted responses with action buttons

Use cases of Mo - Linear Task Management for Cursor IDE

  • Manage work items without leaving the code editor
  • Convert code snippets or comments into Linear tasks instantly
  • Synchronize personal task lists with team’s Linear board
  • Query and update Linear issues via Claude chat in Cursor
  • Keep local task state in sync across development sessions

FAQ from Mo - Linear Task Management for Cursor IDE

What does Mo do that the native Linear app does not?

Mo enables task management inside Cursor IDE, offering context-aware task creation from code selections and bidirectional sync between local data and Linear, all without switching applications.

What are the runtime requirements?

Node.js 16+, a Cursor IDE installation, and a Linear account (for Linear integration). The package can be installed globally via npm or run with npx.

Where are local tasks stored?

Local task data is persisted in a data/ directory within the project, alongside the source code.

How does authentication work for Linear?

Use the /mo linear-auth command (or @Linear linear_auth in chat) with your Linear API key, which you obtain from Linear's settings page. Credentials are stored securely.

What transport and protocol does Mo use?

Mo implements the Model Context Protocol (MCP) for communication within Cursor IDE. It supports protocol version handling and can be invoked via standard input/output (stdio) as an MCP server.

评论

开发工具 分类下的更多 MCP 服务器