Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_read_file

Read and process files efficiently with automatic chunking support on the fast-filesystem-mcp server. Specify file path, start offset, max size, line range, or encoding for precise data extraction.

Instructions

파일을 읽습니다 (자동 청킹 지원)

Input Schema

NameRequiredDescriptionDefault
auto_chunkNo자동 청킹 활성화
continuation_tokenNo이전 호출의 연속 토큰
encodingNo텍스트 인코딩utf-8
line_countNo읽을 라인 수
line_startNo시작 라인 번호
max_sizeNo읽을 최대 크기
pathYes읽을 파일 경로
start_offsetNo시작 바이트 위치

Input Schema (JSON Schema)

{ "properties": { "auto_chunk": { "default": true, "description": "자동 청킹 활성화", "type": "boolean" }, "continuation_token": { "description": "이전 호출의 연속 토큰", "type": "string" }, "encoding": { "default": "utf-8", "description": "텍스트 인코딩", "type": "string" }, "line_count": { "description": "읽을 라인 수", "type": "number" }, "line_start": { "description": "시작 라인 번호", "type": "number" }, "max_size": { "description": "읽을 최대 크기", "type": "number" }, "path": { "description": "읽을 파일 경로", "type": "string" }, "start_offset": { "description": "시작 바이트 위치", "type": "number" } }, "required": [ "path" ], "type": "object" }

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/efforthye/fast-filesystem-mcp'

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