Skip to main content
Glama

Vite MCP Server

by ESnark

how-to-use

Learn to integrate Cursor AI with Vite Dev server for real-time code modifications and live updates using Hot Module Replacement. Specify sections like checkpoint or hmr for detailed guidance.

Instructions

Description of how to use the server

Input Schema

NameRequiredDescriptionDefault
sectionYesSection to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "section": { "description": "Section to describe", "enum": [ "checkpoint", "hmr" ], "type": "string" } }, "required": [ "section" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ESnark/blowback'

If you have feedback or need assistance with the MCP directory API, please join our Discord server