Hanzo MCPServer

hanzoai
GitHub
MCPAICode Management

Loading subscription status...

💡 Description

An 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"
      }
    }
  ]
}

🛠️ Tools

read_fileswrite_fileedit_filedirectory_treeget_file_infosearch_contentcontent_replacerun_commandrun_scriptscript_toolproject_analyze_toolread_notebookedit_notebookthinkdispatch_agent

Features

  • Code 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.