Provides file reading over MCP, enabling clients to access local file contents via the MCP protocol.
Configuration
View docs{
"mcpServers": {
"bunasq-fs": {
"command": "npx",
"args": [
"-y",
"@bunas/fs-mcp@latest"
],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}