Skip to content

Releases: TSchonleber/windsurf-mcp

windsurf-mcp v1.0.0

Choose a tag to compare

@TSchonleber TSchonleber released this 05 Apr 08:42

v1.0.0 🎉

The first stable release.

Install

MCP Server:

claude mcp add windsurf -- npx windsurf-mcp

Extension — download the .vsix below:

windsurf --install-extension windsurf-mcp-bridge-1.0.0.vsix
# or: code / cursor --install-extension ...

What's New in 1.0

  • Streaming inline chat@claude responses appear token-by-token in your file
  • Tool-backed queries@claude what errors are here? actually calls the editor API
  • Follow-up conversations — reply to 🤖 responses with another @claude
  • Parallel processing — multiple @claude blocks fire simultaneously
  • Cross-platform — macOS, Linux, Windows support
  • Auto-update notifications — checks GitHub releases daily
  • 33 MCP tools — live editing, diagnostics, symbols, search, decorations, code actions, batch edits
  • Smart completions from brainctl agent memory

Full Feature List

Feature Description
Live buffer editing Edit open files in real-time, user watches it happen
@claude inline chat Type @claude in any file, get responses in-place
Tool dispatch Queries about errors/refs/symbols use real editor data
Diagnostics Pull TS/ESLint/Biome errors without running linters
Symbol navigation Go-to-definition, find references, rename
Code actions Get and apply quick fixes from the language server
Workspace search Text and symbol search across all files
Decorations Inline code annotations with colors and hover messages
Diff preview Show proposed changes before applying
Event stream Real-time feed of editor activity
Smart completions Tab completions from agent memory (brainctl)
Auto-update Notifies when new versions are available

windsurf-mcp v0.3.0

Choose a tag to compare

@TSchonleber TSchonleber released this 05 Apr 08:36

windsurf-mcp v0.3.0

Real-time IDE collaboration between Claude Code and your editor.

Install

MCP Server (one command):

claude mcp add windsurf -- npx windsurf-mcp

Extension — download the .vsix below, then:

# Windsurf
windsurf --install-extension windsurf-mcp-bridge-0.2.0.vsix

# VS Code
code --install-extension windsurf-mcp-bridge-0.2.0.vsix

# Cursor  
cursor --install-extension windsurf-mcp-bridge-0.2.0.vsix

Features

  • 33 MCP tools — live editing, diagnostics, symbols, search, decorations, code actions
  • @claude inline chat — type @claude in any file, get responses in-place
  • Tool-backed queries@claude what errors are in this file? actually calls the editor API
  • Follow-up conversations — reply to responses with another @claude
  • Parallel processing — multiple @claude blocks fire simultaneously
  • Smart completions from brainctl agent memory
  • Event streaming — real-time editor activity feed

npm

npm install -g windsurf-mcp