{
"$schema": "https://glama.ai/api/mcp/v1/schemas/glama.json",
"maintainers": ["sebastienrousseau"],
"title": "noyalib-mcp",
"display_name": "Noyalib MCP",
"description": "Model Context Protocol server exposing noyalib's lossless YAML 1.2 editing to AI agents. Pure Rust, zero unsafe, 100% spec compliance (406/406 official test suite), streaming-first serde, lossless CST, JSON Schema validation. Tools: parse, format, get, set, validate. Works with Claude Desktop, Claude Code, Cursor, Zed, and Continue.dev.",
"version": "0.0.13",
"repository": "https://github.com/sebastienrousseau/noyalib-mcp",
"homepage": "https://github.com/sebastienrousseau/noyalib-mcp",
"license": "Apache-2.0 OR MIT",
"language": "Rust",
"runtime": "docker",
"categories": ["developer-tools"],
"tags": [
"yaml",
"yaml-parser",
"yaml1-2",
"lossless",
"cst",
"jsonschema",
"schema-validation",
"formatter",
"language-server",
"rust",
"zero-unsafe",
"webassembly",
"no-std"
],
"mcpServers": {
"noyalib": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/sebastienrousseau/noyalib-mcp:0.0.13"]
}
},
"installation": {
"docker": "docker run --rm -i ghcr.io/sebastienrousseau/noyalib-mcp:0.0.13"
}
}