VS Code Integration

Using Linear Canal directly within VS Code.

Via GitHub Copilot

VS Code 1.99+ supports MCP servers for GitHub Copilot. Add to your .vscode/mcp.json:

json
{
  "servers": {
    "linear-canal": {
      "type": "stdio",
      "command": "linear-canal",
      "args": ["mcp", "--stdio"]
    }
  }
}

Dedicated Extension

A dedicated VS Code extension with inline graph exploration and ctx file previews is currently in development. Star the repo to get notified on release.

VS Code Integration | Linear Canal Docs | Linear Canal