Files
Freeby MCP Community
Agent-first file management — index local folders and S3 buckets, tag, search, and retrieve files via CLI + MCP
v0.2.5Added Apr 12, 2026
filesstorages3mcpai
Files MCP Server
Agent-first file management — index local folders and S3 buckets, tag, search, and retrieve files via CLI + MCP
Installation
Reviews
Installation
Quick install
npx -y @hasna/files
Add to claude_desktop_config.json
{
"mcpServers": {
"files": {
"command": "npx",
"args": ["-y", "@hasna/files"]
}
}
}