Skip to main content
Glama
AUGGIE_SETUP_FINAL.mdβ€’3 kB
# βœ… EX MCP Server - Auggie CLI Setup Guide ## πŸ”§ Secure Configuration The MCP server is now properly configured for Auggie CLI with secure environment variable handling. ## βœ… Final Configuration The configuration uses environment variables for API keys and a wrapper for reliable startup: ```json { "mcpServers": { "ex": { "command": "python", "args": ["mcp_server_wrapper.py"], "cwd": "/Users/ajjoobandi/Development/ex-mcp-server", "env": { "PYTHONPATH": "/Users/ajjoobandi/Development/ex-mcp-server" } } } } ``` ## πŸ” Security Setup **IMPORTANT**: API keys are now stored securely in environment variables, not in the configuration file. 1. **Copy the environment template:** ```bash cp .env.example .env ``` 2. **Edit .env with your actual API keys:** ```bash # Add at least one API key KIMI_API_KEY=your-actual-kimi-key GLM_API_KEY=your-actual-glm-key OPENROUTER_API_KEY=your-actual-openrouter-key ``` ## πŸš€ Ready to Use The server is now fully compatible with auggie CLI: ```bash # Use with auggie CLI (make sure .env file exists with your API keys) auggie --mcp-config /Users/ajjoobandi/Development/ex-mcp-server/auggie-config.json ``` ## πŸ“ Configuration Files - **`auggie-config.json`** - Your personalized configuration with absolute paths - **`auggie-config.example.json`** - Template for creating your own configuration - **`.env`** - Your API keys and environment variables (create from `.env.example`) ## πŸ“‹ Available Tools All 16 AI-powered development tools are available: - **chat** - Interactive development chat - **thinkdeep** - Step-by-step deep thinking - **planner** - Interactive sequential planning - **consensus** - Multi-model consensus analysis - **codereview** - Comprehensive code review - **precommit** - Pre-commit validation - **debug** - Root cause analysis - **secaudit** - Security audit - **docgen** - Documentation generation - **analyze** - General file analysis - **refactor** - Code refactoring - **tracer** - Call flow analysis - **testgen** - Test generation - **challenge** - Critical thinking prompts - **listmodels** - Model listing - **version** - Server information ## πŸ” Verification ```bash # Test server startup python mcp_server_wrapper.py # Verify configuration python debug_mcp.py # Use with auggie (ensure .env file exists) auggie --mcp-config auggie-config.json ``` ## βœ… Success Indicators - βœ… Server starts with minimal output - βœ… 16 tools loaded successfully - βœ… API keys securely stored in .env file - βœ… MCP protocol communication working - βœ… Ready for auggie CLI integration ## πŸ”’ Security Notes - βœ… API keys removed from configuration files - βœ… Environment variables used for sensitive data - βœ… .env.example provided as template - βœ… Repository is now safe to push to remote The MCP server is properly configured with security best practices and ready for seamless integration with the auggie CLI!

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zazzles2908/EX_AI-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server