Skip to main content
Glama
postward-cc

postward-media-mcp

Official
by postward-cc

postward-media-mcp

Standalone media registry MCP over any S3-compatible bucket (Wasabi, AWS S3, Cloudflare R2, MinIO…). Give your AI agent upload, download, tagging and collections — with or without PostWard.

The agent thinks. PostWard orchestrates and publishes. Media lives where you want it.

Direct mode (no PostWard account)

// MCP client config
{
  "mcpServers": {
    "media": {
      "command": "npx",
      "args": ["-y", "postward-media-mcp"],
      "env": {
        "MEDIA_MCP_MODE": "direct",
        "S3_ENDPOINT": "https://s3.us-east-1.wasabisys.com",
        "S3_BUCKET": "my-bucket",
        "S3_REGION": "us-east-1",
        "S3_ACCESS_KEY": "...",
        "S3_SECRET_KEY": "..."
      }
    }
  }
}

Metadata (names, tags, collections) lives portably in the bucket under .media-mcp/index.json. Large bodies never cross the MCP payload: tools return presigned PUT/GET URLs with short expiry.

Related MCP server: MinIO MCP Server

Gateway mode (PostWard)

The same media.* tool surface is also available through the PostWard MCP when connected — assets gain campaign linking, approval state and publication history.

Tools

media_capabilities · media_list · media_search · media_create_upload · media_create_download_url · media_delete · media_tag · media_untag · media_create_collection · media_add_to_collection · media_remove_from_collection

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage MinIO object storage through comprehensive bucket operations, file uploads/downloads, batch processing, permissions management, and URL generation. Supports both automatic and manual connection modes with flexible authentication options.
    19
    15 npm
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    It Integration for MinIO / S3-compatible object storage, providing AI assistants with direct access to bucket management, object CRUD, presigned URLs, policies, lifecycle rules, and storage analytics.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables LLM agents to interact with MinIO/S3 object storage, supporting bucket and object operations like listing, reading, writing, and generating presigned URLs.
    1
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables agents to interact with any S3-compatible storage (AWS S3, LocalStack, MinIO) via MCP, providing tools like list, read, write, delete objects and buckets.
    MIT