# fs **Repository Path**: heibaicha/fs ## Basic Information - **Project Name**: fs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FS MCP A file system Model Context Protocol (MCP) server that enables file reading capabilities. ## Installation You can run this package directly using npx: ```bash npx -y @bunas/fs-mcp@latest ``` ## Usage with API Key You can provide an API key when running the package: ```bash npx -y @bunas/fs-mcp@latest --API_KEY="your_api_key_here" ``` The API key can also be provided as an environment variable: ```bash API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest ``` ## Features - Seamless file reading via MCP - Command-line API key configuration