go-objstore

jeremyhahn/go-objstore
★ 0 stars Go 📁 File System Updated today
Local and multi-cloud object storage and file system abstraction with CLI, gRPC, REST, QUIC, and MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-objstore": {
      "command": "go",
      "args": [
        "run",
        "github.com/jeremyhahn/go-objstore@latest"
      ]
    }
  }
}

README Excerpt

A unified object storage and file system abstraction library for Go. - **Facade Pattern**: Centralized, secure API for all storage operations - **Multi-Backend Support**: Work with multiple storage backends simultaneously - **Input Validation**: Built-in protection against injection attacks - Unified API across all storage backends