Using with Continue

Connecting Linear Canal to the Continue.dev VS Code extension.

Setup

Continue supports MCP servers natively. Add the following to your ~/.continue/config.json:

json
{
  "mcpServers": [
    {
      "name": "linear-canal",
      "command": "linear-canal",
      "args": ["mcp", "--stdio"]
    }
  ]
}

Reload the Continue extension. The Linear Canal tools appear in the tool selector inside the chat panel.

Using with Continue | Linear Canal Docs | Linear Canal