mcp

rustfs/mcp
★ 5 stars Rust 📁 File System Updated today
High-performance MCP server providing S3-compatible object storage operations for AI/LLM integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp"
      ]
    }
  }
}