File Store MCP Server
@sjzar
关于 File Store MCP Server
file store mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is File Store MCP Server?
A file storage service that supports multiple cloud providers, providing a unified API for uploading files and generating presigned URLs. It integrates with AWS S3, Alibaba Cloud OSS, Tencent Cloud COS, Qiniu Cloud, and GitHub, and is intended for developers who need to upload local, clipboard, or URL-based files to cloud storage for online access.
How to use File Store MCP Server?
Install via go install github.com/sjzar/file-store-mcp@latest, set environment variables for your chosen storage provider, then run in stdio mode (file-store-mcp) or SSE server mode (file-store-mcp --sse-port 8080). The server exposes three tools: upload_files, upload_clipboard_files, and upload_url_files.
Key features of File Store MCP Server
- Multi-cloud storage provider support
- Unified API for file uploads
- Presigned URL generation for secure access
- Dual operation modes: stdio and SSE
- Custom domains and CDN support
- Configurable URL expiration times
Use cases of File Store MCP Server
- Uploading local PDFs or images for AI analysis
- Sharing clipboard content as online URLs without saving locally
- Processing web-hosted files by downloading and re-uploading them
- Integrating file storage into MCP-compatible applications
FAQ from File Store MCP Server
What storage providers does File Store MCP Server support?
AWS S3 (and compatible services like Cloudflare R2), Alibaba Cloud OSS, Tencent Cloud COS, Qiniu Cloud Storage, and GitHub Repository.
What are the runtime requirements for File Store MCP Server?
It requires Go to build from source and environment variables configured per storage provider. No other runtime dependencies are mentioned.
Where do uploaded files get stored?
Files are uploaded to the configured cloud storage bucket/repository, and HTTP URLs (presigned or public) are returned.
Does File Store MCP Server support custom domains?
Yes. All storage providers accept custom domain configuration to serve files via CDN or custom endpoints.
What transport modes are available?
Stdio mode for direct integration and SSE mode (via --sse-port) for HTTP-based server integration.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论