@mukundakatta/dotenv-mcp
v0.1.0
Published
MCP server: parse and serialize .env files. Handles quotes, comments, multiline.
Maintainers
Readme
dotenv-mcp
MCP server: parse and serialize .env-style files. Backed by the dotenv
package on parse; stringify quotes values automatically when they contain
spaces or special characters.
Tools
parse—FOO=bar\nMSG="hello world"→{ FOO: "bar", MSG: "hello world" }stringify— inverse
Configure
{ "mcpServers": { "dotenv": { "command": "npx", "args": ["-y", "@mukundakatta/dotenv-mcp"] } } }License
MIT.
