Odel
yaml ai mcp

yaml ai mcp

Local
@csoai-orgPythonUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIyaml-ai-mcpv1.0.9

Run

uvx yaml-ai-mcp

MCP client config

{
  "mcpServers": {
    "yaml-ai-mcp": {
      "command": "uvx",
      "args": [
        "yaml-ai-mcp"
      ]
    }
  }
}