- Integrations
- Windsurf
Connect Windsurf to the Linear MCP server


Overview
Windsurf is a next-generation AI IDE that keeps you “in flow” by letting agents reason over your entire project. Adding Linear’s MCP server makes Linear data available to those agents.
Setup instructions
Select the Cascade plugins icon and scroll to find and install the Linear MCP server.
To configure manually, follow these steps:
- CTRL/CMD , to open Windsurf settings.
- Under Scroll to Cascade -> MCP servers
- Select Add Server -> Add custom server
- Add the following:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
}
}
}
Zed
Remote MCP connections are still early and we've found that the connection may fail or require multiple attempts. If you experience issues, try restarting your client or disabling and re-enabling the Linear MCP server.
Start building