Skip to main content
Glama
elyasbromand

mcp-file-manager

by elyasbromand

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Gemini API key from Google AI Studio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_directoryA

List all files and folders in the given directory path.

read_fileA

Read and return the full text content of a file at the given path.

write_fileA

Create a file (or overwrite it if it exists) with the given text content.

delete_fileB

Delete the file at the given path.

update_fileA

Find and replace text inside a file.

Use this when the user asks to change, replace, or update specific text within an existing file (e.g. "change X to Y in report.txt").

Args: path: Path to the file to modify. old_text: The exact existing text to search for. new_text: The text to replace it with. replace_all: If True (default), replace every occurrence. If False, replace only the first occurrence.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_fileAsk the assistant to summarize the contents of a file.
clean_up_codeAsk the assistant to review and clean up a code file.

Resources

Contextual data attached and managed by the client

NameDescription

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/elyasbromand/mcp-file-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server