Skip to content
Zed

furlow mcp for Zed

io.github.virgilvox/furlow-mcp

Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots.

client:Zed transport:stdio runtime:npm

Install furlow mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "furlow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@furlow/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

furlow mcp in other clients