Skip to content
Windsurf

yaml mcp for Windsurf

io.github.mrfentmen/yaml-mcp

Parse, stringify, and validate YAML locally. No network and no key.

client:Windsurf transport:stdio runtime:npm

Install yaml mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "yaml-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yaml-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

yaml mcp in other clients