Tutorials¶
Learning-oriented, end-to-end walkthroughs that build something real with mcp-v8. Each tutorial takes you from nothing to a working result you can run.
For task-focused recipes ("how do I do X?") see the How-to guides; for the underlying model see Concepts. If you haven't installed the server yet, start with Install.
Available tutorials¶
- Run SQLite in WebAssembly — build the bundled SQLite
.wasmmodule, load it into the server, and query an in-memory database from JavaScript. - Render charts with Chart.js — run Chart.js in the isolate with a pure-JS canvas, and rasterize the result to PNG with WebAssembly.
- Call Modal (serverless GPUs and sandboxes) — drive the stock Modal JS SDK over gRPC from the sandbox, deploy it to Railway behind Keycloak auth, and connect Claude Code.
More end-to-end use cases are on the way.