toml yaml json mcp for Zed
io.github.mukundakatta/toml-yaml-json-mcp
Parse, format, and convert configs across TOML, YAML, and JSON.
client:Zed
transport:stdio
runtime:npm
Install toml yaml json mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"toml-yaml-json-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/toml-yaml-json-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs