Back to Home
krisrowe icon

agentic-consult

Verified Safe

by krisrowe

Overview

An agentic Python CLI tool and MCP server that functions as an executive assistant for consultants, managing customer workflows, email/chat/task tracking, security scanning, and automated backups, primarily integrating with Google Gemini and Google Workspace.

Installation

Run Command
consult-mcp

Environment Variables

  • GEMINI_API_KEY
  • MCP_PERSONAL_ACCESS_TOKEN
  • TICKTICK_ACCESS_TOKEN
  • BACKUPS_GOOGLE_DRIVE_FOLDER_ID
  • CONSULT_CONFIG_DIR
  • LOG_LEVEL
  • USER

Security Notes

The project includes a robust pre-commit security scanner to prevent sensitive data leaks, and MCP communication uses PATs for authentication. However, some shell scripts (`scripts/organize-md-files.sh`, `scripts/process_email_with_gemini.sh`, `scripts/generate_issue_plans.sh`) utilize `eval`, which poses a significant risk for command injection if inputs are not perfectly sanitized. Additionally, `subprocess.run(shell=True)` is used in `sdk/scanner/utils.py`, and the FastAPI MCP server uses `allowed_hosts=['*']` which is generally safe for Cloud Run but could be a risk in other deployments.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens30000
Stars0
Forks0
Last Update2026-01-19

Tags

AgenticConsultingEmail ManagementTask ManagementSecurity ScanningBackupsGoogle WorkspaceGeminiCLIMCP