Skip to content
VS Code

furlow mcp for VS Code

io.github.virgilvox/furlow-mcp

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

client:VS Code transport:stdio runtime:npm

Install furlow mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

furlow mcp in other clients