MCP 服务器 for Linear

MCP 服务器 for Linear

一个用于与 Curri API 交互的 MCP 服务器。

快速入门

安装依赖

运行以下命令安装依赖:

npm install

构建项目

构建服务器:

npm run build

开发时可使用自动重建功能:

npm run watch

配置

在 Claude Desktop 中添加配置文件路径,例如:

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json

配置内容如下:

{ "mcpServers": { "curri-mcp-server": { "command": "/path/to/curri-mcp-server/build/index.js" } } }

调试

使用以下命令启动调试工具(MCP Inspector):

npm run inspector

通过浏览器访问提供的 URL 进行调试。