AI Agent 进阶

给 Agent 加 MCP 服务器:Linear / Notion / GitHub

一行配置接入 MCP,Agent 立刻拥有该服务器暴露的所有 resources / tools。

Kition 团队·2026年2月22日·7 分钟阅读

配置示例

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "@linear/mcp"],
      "env": { "LINEAR_API_KEY": "lin_api_..." }
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_TOKEN": "ghp_..." }
    }
  }
}

常见用法

  • Linear:让 Agent 创建 / 更新 / 查询 issue
  • Notion:让 Agent 写一份会议纪要回 Notion
  • GitHub:Agent 看 PR、跑 CI 检查、评论
  • 内部系统:写一个 stdio MCP server 包一层公司 API

下载 Kition

本地优先的 AI 工作空间。Markdown 文档、结构化数据表、AI Agent,全部跑在你自己的电脑上。