Labsco
nithiin7 logo

Remote File Server

โ˜… 4

from nithiin7

An MCP server that gives any MCP client read access to an SMB/CIFS file share servers

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” an MCP server that gives Claude or any MCP client read-only access to SMB/CIFS network shares (Windows servers, NAS, Samba).

What you get โ€”

  • List and read files on a share โ€” e.g. "summarize the Q3 report on the finance share" without moving files.
  • Office and PDF parsing into readable text (with the optional [docs] extras).
  • Safety by design: read-only tools, path-traversal blocking, a sensitive-file denylist (.env, *.key, id_rsa), and a JSON audit log.
  • Subdirectory allowlist and SMB encryption/signing on by default.

Requirements โ€” SMB connection env vars: SMB_HOST, SMB_SHARE, SMB_USERNAME, SMB_PASSWORD; Python 3.11+.

Cost snapshot โ€” free and open source (README shows MIT; metadata lists no license). No third-party service.

Setup effort โ€” self-host/run the Python server with credentials passed as env vars.

Our take โ€” A security-conscious way to let an AI read network files without write access. Real caveats: it's strictly read-only, and Office/PDF parsing requires installing the optional [docs] extras.

Source: the project README โ€” summarized 2026-07-08.