Hanzo MCP enables AI assistants to interact with codebases through tools for file operations, command execution, project analysis, and Jupyter notebook management. Built with Python and FastMCP, it provides secure access to local files and commands through a permission system that validates paths and operations. The implementation is designed for developers who want to use Claude for code understanding, modification, and project management tasks while maintaining security through explicit path allowlisting and operation validation.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Read data from a file or directory.
Write data to a file.
Retrieve status information about a file or directory.
List files in a directory.
Create a new directory.
Remove a file or directory.
Move or rename a file or directory.
Apply a patch to files.
Search for specific text within files.
Execute a command in the shell.
Run a command in the background.
List currently running processes.
Terminate a running process.
View logs for a specific process.
Parse code or text into a structured format.
Search for code or symbols.
Transform code or data from one format to another.
Provide a summary of code or data.
Show the status of a Git repository.
Show differences between commits or branches.
View commit history in a Git repository.
Commit changes to a Git repository.
Manage branches in a Git repository.
Stash changes in a Git repository.
Retrieve data from a specified URL.
Send data to a specified URL.
Update data at a specified URL.
Delete data at a specified URL.
Download a file from a specified URL.
Retrieve information about the current workspace.
Get or set configuration for the workspace.
Retrieve environment variables for the workspace.
List dependencies for the project.
List available UI components.
Retrieve a specific UI component.
Install a UI component.