Skip to main content
Glama

Vite MCP Server

by ESnark

start-browser

Launch a browser instance to navigate directly to your Vite Dev server URL, enabling real-time code modifications and live updates via Hot Module Replacement.

Instructions

Launches a browser instance and navigates to the dev server

Input Schema

NameRequiredDescriptionDefault
headlessNoRun browser in headless mode
targetUrlNoURL of the dev server (default: http://localhost:5173)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headless": { "description": "Run browser in headless mode", "type": "boolean" }, "targetUrl": { "description": "URL of the dev server (default: http://localhost:5173)", "type": "string" } }, "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