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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Read data from the filesystem.
Write data to the filesystem.
Retrieve information about a file or directory.
List files and directories in a given path.
Create a new directory.
Remove a file or directory.
Move or rename a file or directory.
Apply a patch to a file.
Search for specific text within files.
Execute a command or script.
Run a command in the background.
List running processes.
Terminate a running process.
Retrieve logs from a running process.
Parse code to extract information.
Search for symbols in code.
Transform code from one format to another.
Summarize code to provide a brief overview.
Show the status of a git repository.
Show differences between commits or branches in a git repository.
Show the commit history of a git repository.
Commit changes to a git repository.
Manage branches in a git repository.
Stash changes in a git repository.
Perform a GET request to a specified URL.
Perform a POST request to a specified URL.
Perform a PUT request to a specified URL.
Perform a DELETE request to a specified URL.
Download a file from a specified URL.
Get information about the current workspace.
Get or set configuration for the current workspace.
Get environment variables for the current workspace.
List dependencies of the current project.
List UI components available in the workspace.
Fetch a specific UI component.
Search for UI components.
Install a UI component.
Perform structured reasoning tasks.
Access persistent storage for data.
Interact with the Hanzo platform services.
Plan tasks for execution.
Track tasks and their statuses.
Switch between different developer modes.