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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Read data from a file or directory.
Write data to a file.
Get the status of a file.
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 a file.
Search for specific text within files.
Execute a command or script.
Run a command or script in the background.
List running processes.
Terminate a running process.
Fetch logs for a specific process.
Parse code or data for analysis.
Search for code snippets or symbols.
Transform code or data into a different format.
Summarize code or data.
Get the current status of a git repository.
Show differences between commits or the working directory.
View commit logs in a git repository.
Commit changes to a git repository.
Manage branches in a git repository.
Stash changes in a git repository.
Perform an HTTP GET request.
Perform an HTTP POST request.
Perform an HTTP PUT request.
Perform an HTTP DELETE request.
Download a file from a specified URL.
Get information about the current workspace.
Get or set workspace configuration.
Manage environment variables for the workspace.
List dependencies for the current project.
List available UI components.
Fetch a specific UI component.
Install a UI component.