go-linear

chainguard-sandbox/go-linear
★ 4 stars Go 🤖 AI/LLM Updated today
Go SDK, CLI, and MCP server for Linear — built for humans and AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-linear": {
      "command": "go",
      "args": [
        "run",
        "github.com/chainguard-sandbox/go-linear@latest"
      ]
    }
  }
}

README Excerpt

Go SDK, CLI, and MCP server for Linear. Built for humans and AI agents who want to work with Linear without wrestling GraphQL. --- ``` Linear GraphQL API ↓ Go SDK (pkg/linear) ← Type-safe client, generated from schema ↓ CLI (go-linear) ← Semantic commands, smart defaults ↓ MCP Server ← Same binary, JSON-RPC mode (via ophis)