MCP File Forge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_FILE_FORGE_LOG_LEVEL | No | Logging level | info |
| MCP_FILE_FORGE_READ_ONLY | No | Disable write operations | false |
| MCP_FILE_FORGE_ALLOWED_PATHS | No | Comma-separated allowed paths | . |
| MCP_FILE_FORGE_MAX_FILE_SIZE | No | Max file size in bytes | 104857600 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileC | Read the contents of a file |
| read_directoryC | List contents of a directory |
| read_multipleC | Read multiple files at once |
| write_fileC | Write content to a file |
| create_directoryC | Create a directory |
| copy_fileC | Copy a file or directory |
| move_fileC | Move or rename a file or directory |
| delete_fileC | Delete a file or directory |
| glob_searchC | Find files matching a glob pattern |
| grep_searchC | Search file contents with regex |
| find_by_contentC | Find files containing specific text |
| file_statC | Get file or directory statistics |
| file_existsC | Check if a file or directory exists |
| get_disk_usageC | Get disk usage for a directory |
| compare_filesC | Compare two files or directories |
| scaffold_projectC | Create a project from a template |
| list_templatesC | List available project templates |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-tool-shop-org/mcp-file-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server