Skip to content
VS Code

laugh tale for VS Code

io.github.xfloukiex-lab/laugh-tale

The capstone of the Grand Line stack — collect every tool to reveal the One Piece.

client:VS Code transport:stdio runtime:pypi

Install laugh tale in VS Code

.vscode/mcp.json

{
  "servers": {
    "laugh-tale": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "laugh-tale-mcp"
      ]
    }
  }
}

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

laugh tale in other clients