MCP 服务器线性工具
一个用于通过 MCP 客户端与 Linear 集成的工具集合。
快速入门
- 克隆仓库:
git clone https://github.com/floodfx/mcp-server-linear.git
- 安装 Bun 或 Node.js。
- 使用 Bun 运行:
bun run index.ts
,或使用 Node 运行:node build/index.js
。 - 可选:生成独立可执行文件,运行
bun build:standalone
。 - 配置 MCP 客户端,添加以下 JSON:
- Bun 环境:
命令:
bun
,参数:run /path/to/index.ts
。 - Node 环境:
命令:
node
,参数:/path/to/build/index.js
。 - 独立执行文件:
命令:
/path/to/standalone-linear-mcp-server
。
- Bun 环境:
命令:
- 设置环境变量
LINEAR_API_KEY
。