Name: Auggie MCP
npx -y @dccxx/auggie-mcp
Or
bunx @dccxx/auggie-mcp
Configuration
Environment Variables
AUGGIE_COMPACT
Controls whether the --compact flag is applied to Auggie CLI commands.
Default behavior: Compact mode is ENABLED by default when the environment variable is not set.
Accepted values to disable compact mode:
Values are case-insensitive. Any other value or absence of the variable will enable compact mode.
Example usage:
npx -y @dccxx/auggie-mcp
export AUGGIE_COMPACT=false
npx -y @dccxx/auggie-mcp
AUGGIE_COMPACT=0 npx -y @dccxx/auggie-mcp