Linear MCP 服务器
为 Linear API 提供交互工具的 MCP 服务器,支持问题、团队和项目管理。
快速入门
- 获取 Linear API 密钥:前往 Linear 开发者设置。
- 使用 API 密钥运行:
LINEAR_API_KEY=your-api-key npx @ibraheem4/linear-mcp
- 或设置环境变量后运行:
export LINEAR_API_KEY=your-api-key npx @ibraheem4/linear-mcp
- 开发配置:
- 克隆仓库:
git clone [repository-url]
- 安装依赖:
npm install
- 构建项目:
npm run build
- 克隆仓库:
- 调试时使用 Inspector:
- 安装 supergateway:
npm install -g supergateway
- 运行脚本:
chmod +x run.sh && LINEAR_API_KEY=your-api-key ./run.sh
- 打开浏览器访问 localhost:1337。
- 安装 supergateway: