Overview
vg serve starts Vibgrate AI Context — a local, fully offline MCP (Model Context Protocol) server that gives your AI assistant access to your code map, offline drift score, and version-correct library docs.
All tools are read-only. Nothing is uploaded. No account required.
Usage
vg serve
| Flag | Default | Description |
|---|---|---|
--http | — | Serve over streamable HTTP instead of stdio |
--port <n> | 7437 | Port for --http |
--host <h> | 127.0.0.1 | Host for --http |
--savings | — | Record local, counts-only usage savings (opt-in) |
Wiring to Your AI Assistant
Use vg install to automatically wire vg serve into your assistant's MCP config:
vg install claude # Claude
vg install cursor # Cursor
vg install windsurf # Windsurf
vg install --all # All supported assistants
Or wire manually — point your assistant to vg serve as an stdio MCP server.
Related
- vg install — Auto-wire to your AI assistant
- vg build — Build the code map first
- vg lib — Version-correct library docs