Skip to main content
Glama
jeffcaradona

local-mcp-simple-server

by jeffcaradona

Related Servers

Alternatives to local-mcp-simple-server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes the agent's sandboxed file tool over stdio so any MCP client can retrieve the contents of a UTF-8 text file inside the working directory, with failures returned as recoverable error strings instead of exceptions. It lets the same ReAct loop swap in-process dispatch for an MCP hop without changing tool signatures.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables secure, read-only access to local project files (including text, DOCX, PDF, and XLSX) through MCP, with strict directory whitelisting and no write, edit, or command-execution tools.
      1
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables local ChatGPT/OpenAI MCP clients to read files and search within explicitly authorized directories using read-only, policy-constrained tools.
      1
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables ChatGPT, Codex, and compatible MCP clients to read bounded UTF-8 text and create files or directories in operator-selected folders, with strict protections against overwrites, deletes, and path escapes.
      Apache 2.0

    TDQS

    A4.1/5.0

    Scored across 1 tool

    Disambiguation5/5

    Only one tool exists, so there is no possibility of confusion or overlap. Every call is clearly directed to the single available operation.

    Naming Consistency5/5

    The tool name 'read_source_file' follows a clear verb_noun pattern, which is consistent even though it is the only tool. The naming is descriptive and predictable.

    Tool Count3/5

    A single tool feels thin for a server, but the purpose is explicitly simple (reading one file at a time), so it borders on acceptable. It would benefit from at least one companion tool like list_source_files.

    Completeness2/5

    The server only supports reading one file and offers no listing, writing, or directory traversal capabilities. Agents must know exact relative paths in advance, making workflows fragile and incomplete.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues