MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "linear-issues": {
      "command": "npx",
      "args": [
        "-y",
        "@keegancsmith/linear-issues-mcp-server"
      ],
      "env": {
        "LINEAR_API_TOKEN": "your_linear_api_token_here"
      }
    }
  }
}

More from Version Control