@dccxx/auggie-mcp-guide
v1.0.8
Published
A Model Context Protocol server that provides an Auggie tool for running custom commands with AI model integration
Maintainers
Readme
Name: Auggie MCP
npx -y @dccxx/auggie-mcpOr
bunx @dccxx/auggie-mcpConfiguration
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:
false0nooff
Values are case-insensitive. Any other value or absence of the variable will enable compact mode.
Example usage:
# Compact mode enabled by default (no environment variable needed)
npx -y @dccxx/auggie-mcp# Explicitly disable compact mode
export AUGGIE_COMPACT=false
npx -y @dccxx/auggie-mcp
# Or inline
AUGGIE_COMPACT=0 npx -y @dccxx/auggie-mcp