Skip to content
VS Code

Linear MCP (multi-workspace, PAT auth) for VS Code

io.github.adelaidasofia/linear-mcp

Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.

client:VS Code transport:stdio runtime:pypi

Install Linear MCP (multi-workspace, PAT auth) in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "linear-pat",
      "description": "LINEAR_PAT",
      "password": true
    }
  ],
  "servers": {
    "linear-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "${input:linear-pat}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Linear MCP (multi-workspace, PAT auth) in other clients