Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dccxx/auggie-mcp-guide

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dccxx/auggie-mcp-guide

A Model Context Protocol server that provides an Auggie tool for running custom commands with AI model integration

latest
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

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:

  • false
  • 0
  • no
  • off

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

Keywords

mcp

FAQs

Package last updated on 29 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts