iT邦幫忙

2025 iThome 鐵人賽

DAY 27
0
生成式 AI

學都學了:GenAI 從試錯到實用的實驗筆記系列 第 27

Day 27 用得太晚:GPT x MCP 討論轉任務,同步丟回 Linear

  • 分享至 

  • xImage
  •  

今日主題

把跟 AI 討論的想法一鍵丟回工作管理系統

類似懶人主題: Day 9 讓 Claude 透過 mcp 直接操作 n8n

為什麼想做

  • 工作上的 Ticket 目前都是在 Linear
  • 處理 ticket 解法多數在 GPT 上來回修正邏輯,針對滿意的整理結果需要一鍵丟回 Ticket 或 Issue

工具選擇

  • 首選:GPT
  • 考量:討論比較深度的想法或實驗設計,習慣在GPT

思考如何做

  • 找出 Linear MCP 官方文件
  • 填寫 GPT Connect 介面所需資訊
  • 授權驗證
  • CRUD 測試

實作流程

General
Our MCP server supports both Server-Sent Events (SSE) and Streamable HTTP transports. Both transports use OAuth 2.1 with dynamic client registration for authentication at the following addresses:

HTTP: https://mcp.linear.app/mcp
SSE: https://mcp.linear.app/sse
We recommend using the streamable HTTP endpoint where supported for increased reliability. For instructions for specific clients, read on…
  • GPT Connect 介面設定
    • 開啟開發者模式
    • Settings → Connectors → Advanced Settings → Developer Mode turn on
      https://ithelp.ithome.com.tw/upload/images/20251011/201788154PlvQXDK56.jpg
  • 建立 MCP 連接器

其他工具:Claude 安裝
Free, Pro (Claude desktop)

  • Open the file ~/Library/Application Support/Claude/claude_desktop_config.json
  • Add the following and restart the Claude desktop app:
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
    }
  }
}

成果校驗

指令
https://ithelp.ithome.com.tw/upload/images/20251011/20178815aANe28YWRX.jpg

調用
https://ithelp.ithome.com.tw/upload/images/20251011/20178815h88ffUimbY.jpg

已在 linear 新增
https://ithelp.ithome.com.tw/upload/images/20251011/20178815SR5grrrrDI.jpg

今日總結

我做了什麼

  • 環境需求 & 官方文件確認
  • 授權

AI 幫了我什麼

  • MCP 調用

上一篇
Day 26 Spec Kit 實驗:clarify 、analyze 令人激賞的校正循環
系列文
學都學了:GenAI 從試錯到實用的實驗筆記27
圖片
  熱門推薦
圖片
{{ item.channelVendor }} | {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言