Back to Home
dzunhowz icon

wizelit-mcp

by dzunhowz

Overview

An AI-powered platform for Python code analysis (symbol scanning, impact analysis, dependency graphing, grep, git blame) and refactoring, integrated with a Chainlit chat interface.

Installation

Run Command
./start.sh

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • CHAT_MODEL_ID

Security Notes

The server uses `subprocess.run` for `git clone`, `grep`, and `git blame`. While `shell=True` is not explicitly used, user-controlled arguments (`grep` patterns, `git blame` file paths) are passed directly. This introduces potential risks for command injection (e.g., crafted regex patterns could lead to resource exhaustion) or path traversal (e.g., `git blame` on paths outside the intended scope when `root_directory` is a local path) if inputs are not properly sanitized. Hardcoded secrets are avoided by using environment variables.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

Code AnalysisCode RefactoringAI AgentLLMGitHub Integration