AI agent deep dives

Wire MCP servers into the agent: Linear / Notion / GitHub

One config block; the agent immediately gains every resource and tool the MCP server exposes.

Kition Team·Feb 22, 2026·7 min read

Config example

{
  "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_..." }
    }
  }
}

Common uses

  • Linear: agent creates / updates / queries issues
  • Notion: agent writes meeting notes back to Notion
  • GitHub: agent reads PRs, runs CI checks, comments
  • Internal: wrap a company API as a stdio MCP server

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.