@mukundakatta/toml-mcp
v0.1.0
Published
MCP server: convert between TOML and JSON.
Downloads
36
Maintainers
Readme
toml-mcp
MCP server: convert between TOML and JSON. Backed by smol-toml — a fast,
spec-compliant TOML 1.0 implementation.
Tools
to_json
[server]
port = 8080
host = "localhost"
[[items]]
name = "first"→ { "value": { "server": { "port": 8080, "host": "localhost" }, "items": [ { "name": "first" } ] } }
to_toml
{ "value": { "server": { "port": 8080 } } }→
[server]
port = 8080Top-level value must be a JSON object.
Configure
{ "mcpServers": { "toml": { "command": "npx", "args": ["-y", "@mukundakatta/toml-mcp"] } } }License
MIT.
