@mukundakatta/ini-mcp
v0.1.0
Published
MCP server: convert between INI files and JSON. Section + bare-key support.
Maintainers
Readme
ini-mcp
MCP server: convert between INI files and JSON. Backed by the standard
ini package.
Tools
to_json—[server]\nport=8080→{ "server": { "port": "8080" } }to_ini— inverse. Top-level value must be an object.
Configure
{ "mcpServers": { "ini": { "command": "npx", "args": ["-y", "@mukundakatta/ini-mcp"] } } }License
MIT.
