local-file-manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for SSE mode (default is unspecified). | |
| TRANSPORT | No | Transport mode: 'stdio' (default) or 'sse'. | stdio |
| LOCAL_WORKSPACE_PATH | Yes | Absolute path to the workspace directory that the server will manage. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_filesA | Lista o conteúdo de uma pasta do diretório gerenciado (arquivos e subpastas). |
| download_fileB | Lê e retorna o conteúdo de um arquivo de texto dentro do diretório gerenciado. |
| upload_fileA | Grava ou sobrescreve um arquivo de texto no diretório gerenciado. |
| get_file_infoB | Retorna metadados detalhados de um arquivo ou diretório. |
| delete_fileA | Exclui um arquivo ou uma pasta vazia do diretório gerenciado. |
| create_directoryB | Cria um novo diretório dentro da pasta gerenciada. |
| move_fileB | Move ou renomeia um arquivo ou diretório dentro da pasta gerenciada. |
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/emanuelmoraes/my-first-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server