Skip to main content
Glama

Vale MCP Server

by theletterf

vale_sync

Download Vale styles and packages to resolve missing styles directory errors by reading .vale.ini configuration and fetching required style packages.

Instructions

Download Vale styles and packages by running 'vale sync'. Use this when you see errors about missing styles directories (E100 errors like 'The path does not exist'). This command reads the .vale.ini configuration and downloads the required style packages.

Input Schema

NameRequiredDescriptionDefault
config_pathNoOptional path to .vale.ini file. If not provided, uses the server's configured path or searches in the current directory.

Input Schema (JSON Schema)

{ "properties": { "config_path": { "description": "Optional path to .vale.ini file. If not provided, uses the server's configured path or searches in the current directory.", "type": "string" } }, "type": "object" }

Other Tools from Vale MCP Server

Related Tools

    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/theletterf/vale-mcp-server'

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