Skip to content
VS Code

yaml ai mcp for VS Code

io.github.csoai-org/yaml-ai-mcp

AI-powered yaml ai MCP server for agents. Supports validate yaml, convert yaml json, lint yaml. By

client:VS Code transport:stdio runtime:pypi

Install yaml ai mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "yaml-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yaml-ai-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

yaml ai mcp in other clients