What is the Hashfile MCP MCP server?
Hash-anchored file editing with surgical precision over file editing and ironclad control of access
How to install Hashfile MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hashfile": {
"command": "https://github.com/mrorigo/hashfile-mcp/releases/download/v0.3.0/hashfile-mcp-aarch64-apple-darwin.tar.gz",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hashfile": {
"command": "https://github.com/mrorigo/hashfile-mcp/releases/download/v0.3.0/hashfile-mcp-aarch64-apple-darwin.tar.gz",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hashfile": {
"command": "https://github.com/mrorigo/hashfile-mcp/releases/download/v0.3.0/hashfile-mcp-aarch64-apple-darwin.tar.gz",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hashfile": {
"type": "stdio",
"command": "https://github.com/mrorigo/hashfile-mcp/releases/download/v0.3.0/hashfile-mcp-aarch64-apple-darwin.tar.gz",
"args": []
}
}
}Claude Code
claude mcp add hashfile -- https://github.com/mrorigo/hashfile-mcp/releases/download/v0.3.0/hashfile-mcp-aarch64-apple-darwin.tar.gzRelated MCP servers
Sophisticated bash command MCP server that runs and manages shell execution.
View repository →