Harness · Windsurf

Windsurf.

Codeium's AI-native IDE. Cascade (Windsurf's agent) reads MCP server config from a JSON file under Codeium's settings dir.

Auto-install

Paste this into Windsurf

Click below to copy a self-install prompt. Paste it into a Cascade session and Windsurf will create the MCP config and refresh its tools for you.

Or follow the manual steps below.

1. Install the CLI

npm install -g @work.books/cli

2. Edit the MCP config

macOS / Linux:

$EDITOR ~/.codeium/windsurf/mcp_config.json

If the file doesn't exist yet, create the directory and the file.

3. Add the Workbooks server

{
  "mcpServers": {
    "workbooks": {
      "command": "workbook",
      "args": ["mcp", "serve"]
    }
  }
}

4. Refresh in Windsurf

Open Cascade. Click the hammer icon (tools) at the top of the panel → Refresh MCP servers. The workbooks tool group should appear in the list.

Quirks & tips

Verify

Cascade: "Use workbooks to list my groups."