fs
7
FS MCP is a Model Context Protocol server designed to enable seamless file reading capabilities. It supports API key configuration via command-line and environment variables.
npx -y @bunas/fs-mcp@latest
Run the FS MCP service
--API_KEY="your_api_key_here"
Configure API keys through command line parameters
API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest
Configuring API keys through environment variables