Skip to main content
Glama
freefish1218

mcp-local-reader

by freefish1218

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level.INFO
LLM_VISION_MODELNoVision model name.gpt-4o
LLM_VISION_API_KEYNoOCR vision model API key.
LLM_VISION_BASE_URLNoVision model base URL.https://api.openai.com/v1
TOTAL_CACHE_SIZE_MBNoUnified cache size limit in MB.500
FILE_READER_MAX_FILE_SIZE_MBNoMaximum file size in MB.20
LOCAL_FILE_ALLOWED_DIRECTORIESYesComma-separated allowed directories. Required.

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_local_fileC

读取本地文件系统中的PDF、Office文档

convert_local_fileA

将本地文件转换为markdown文件并保存到文件系统

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one reads a local file's content, the other converts a local file to markdown. There is no overlap in their core actions.

Naming Consistency5/5

Both tool names follow the consistent verb_noun pattern (read_local_file, convert_local_file), making the naming predictable and easy to understand.

Tool Count3/5

With only two tools, the server feels thin for a general local file reader/converter. The count is borderline but not unreasonable given the narrow scope.

Completeness4/5

The core operations of reading and converting are covered, but the server lacks supporting operations like listing files or checking file metadata. Minor gaps exist but are not severe for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues