fsext-mcp-server-python
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fs_list_directoryC | Scan directory, return matched absolute path list. |
| fs_copy_directoryA | Copy full directory tree, overwrite controls existing target cleanup. |
| fs_move_directoryB | Move directory, fail if destination exists. |
| fs_create_fileC | Create text file with initial content. |
| fs_delete_fileA | Delete single regular file, reject directory. |
| fs_copy_fileC | Copy file with metadata, overwrite toggle. |
| fs_move_fileB | Move file, control overwrite behavior. |
| fs_get_file_infoC | Get full file/directory metadata. |
| fs_is_file_existsC | Check filesystem entry existence. |
| fs_read_full_textC | Read full text file. |
| fs_read_text_rangeC | Read sliced text segment, -1 unlimited. |
| fs_read_binary_chunkC | Partial binary read, base64 output, 0 unlimited. |
| fs_write_textC | Write text file, append or overwrite. |
| fs_write_binaryD | Write sliced binary bytes, -1 length uses full remaining buffer. |
| fs_search_files_by_contentC | Search dir, return paths of files containing target text. |
| fs_search_in_files_by_contentC | Search multi-file with line context, return matched blocks. |
| fs_search_in_file_by_contentB | Single file content search with line context. |
| fs_file_replaceC | In-place text replace, return matched line count. |
| fs_image_resizeB | Resize image with ratio lock and padding support. |
| fs_image_cropC | Crop rectangular region from image. |
| fs_image_rotateA | Rotate image clockwise, expand canvas to retain full content. |
| fs_ocr_extract_textB | Extract text from image via Tesseract OCR. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kurtzhi/fsext-mcp-server-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server