YAML language server with JSON Schema validation for Kubernetes, Docker Compose, and GitHub Actions.
## YAML LSP MCP Server: Structured Data Intelligence The **YAML LSP MCP Server** provides intelligent YAML editing with JSON Schema validation for Kubernetes, Docker Compose, GitHub Actions, and other configuration files. ### Why YAML LSP MCP? YAML configures modern infrastructure. The YAML LSP MCP provides: - **Schema Validation**: JSON Schema support - **Kubernetes**: K8s resource schemas - **GitHub Actions**: Workflow validation - **Docker Compose**: Service definitions ### Key Features #### 1. Schema Support Built-in schemas: - Kubernetes resources - Docker Compose files - GitHub Actions - Azure Pipelines - CloudFormation #### 2. Editing Features Productive YAML editing: - Auto-completion - Hover documentation - Formatting - Folding ### Configuration ```json { "mcpServers": { "yaml-lsp": { "command": "yaml-language-server", "args": ["--stdio", "--mcp"] } } } ``` The YAML LSP MCP makes configuration file editing safe and productive.
{
"mcpServers": {
"yaml-lsp": {}
}
}