Skip to main content
Glama

Vite MCP Server

by ESnark

start-browser

Opens a browser instance and navigates to a specified Vite dev server URL, optionally running in headless mode for automated testing or development workflows.

Instructions

Launches a browser instance and navigates to the dev server

Input Schema

NameRequiredDescriptionDefault
headlessNoRun browser in headless mode
viteServerUrlNoURL 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" }, "viteServerUrl": { "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