MCP Hub
Back to servers

File System Access

A file system MCP server that provides seamless access to read local files with optional API key authentication for secure content analysis.

Stars
13
Forks
5
Updated
Mar 11, 2025
Validated
Jan 11, 2026

FS MCP

A file system Model Context Protocol (MCP) server that enables file reading capabilities.

Installation

You can run this package directly using npx:

npx -y @bunas/fs-mcp@latest

Usage with API Key

You can provide an API key when running the package:

npx -y @bunas/fs-mcp@latest --API_KEY="your_api_key_here"

The API key can also be provided as an environment variable:

API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest

Features

  • Seamless file reading via MCP
  • Command-line API key configuration

Reviews

No reviews yet

Sign in to write a review