Cursor

Using Linear Canal inside the Cursor editor.

MCP Configuration

Open Cursor Settings → MCP → Add Server and paste:

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

Usage in Cursor Chat

Once connected, you can ask Cursor Agent questions that trigger the MCP tools automatically:

  • "Explain how the auth middleware works" → triggers lc_context
  • "Find where we handle Stripe webhooks" → triggers lc_search
  • "What breaks if I change UserService?" → triggers lc_impact
Cursor | Linear Canal Docs | Linear Canal