Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP File Forgescaffold a new project from the web-app template in C:/Projects/my-app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP File Forge
A Model Context Protocol (MCP) server for secure file operations and project scaffolding.
Features
Secure File Operations: Read, write, copy, move, and delete files with sandboxed access controls
Project Scaffolding: Create projects from templates with variable substitution
Windows-First: Optimized for Windows paths, permissions, and conventions
Search Capabilities: Glob patterns and regex content search
Configurable Security: Define allowed paths, size limits, and read-only modes
Installation
Quick Start
With Claude Desktop
Add to your claude_desktop_config.json:
Standalone
Available Tools
File Reading
read_file- Read file contents with encoding and line range optionsread_directory- List directory contents with metadataread_multiple- Batch read multiple files
File Writing
write_file- Write or overwrite file contentscreate_directory- Create directoriescopy_file- Copy files or directoriesmove_file- Move or rename filesdelete_file- Delete files or directories
Search
glob_search- Find files matching glob patternsgrep_search- Search file contents with regex
Metadata
file_stat- Get file statisticsfile_exists- Check if path exists
Scaffolding
scaffold_project- Create project from templatelist_templates- List available templates
Configuration
Environment Variables
Variable | Description | Default |
| Comma-separated allowed paths |
|
| Disable write operations |
|
| Max file size in bytes |
|
| Logging level |
|
Config File
Create mcp-file-forge.json in the working directory:
Security
Path sandboxing restricts operations to allowed directories
Symlink following is disabled by default
Read-only mode available for safe browsing
Size limits prevent memory exhaustion
Development
License
MIT
Author
mcp-tool-shop