💡 DescriptionAn MCP server that allows Claude and other LLM clients to access the capabilities of the Hanzo AI platform, providing powerful tools for code management to analyze, modify, and understand projects.
📝 JSON Entries{
"mcpServers": [
{
"Hanzo MCP": {
"env": {},
"args": [],
"command": "hanzo-mcp"
}
}
]
} 🛠️ Toolsread_files write_file edit_file directory_tree get_file_info search_content content_replace run_command run_script script_tool project_analyze_tool read_notebook edit_notebook think dispatch_agent
⚡ FeaturesCode Understanding: Analyze and comprehend codebases through file access and pattern searching. Code Modification: Make specific edits to files with proper permissions handling. Enhanced Command Execution: Run commands and scripts in various languages with improved error handling and shell compatibility. File Operations: Manage files with appropriate security controls via shell commands. Code Discovery: Find relevant code files and patterns throughout your project. Project Analysis: Understand project structure, dependencies, and frameworks. Agent Delegation: Delegate complex tasks to specialized sub-agents that can work simultaneously. LLM Provider Compatibility: Set up any model compatible with LiteLLM for agent operations. Jupyter Notebook Compatibility: Read and edit Jupyter notebooks with full cell and output handling.