MCP.so
登录

Veeam Backup and Replication MCP Server for Amazon S3

@wjquigsAZ

关于 Veeam Backup and Replication MCP Server for Amazon S3

MCP server to gather AWS cost information for VBR repositores

基本信息

分类

云与基础设施

运行时

python

传输方式

stdio

发布者

wjquigsAZ

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "vbr-mcp-server": {
      "command": "uv",
      "args": [
        "init"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Veeam Backup and Replication MCP Server for Amazon S3?

The Veeam Backup and Replication MCP Server for Amazon S3 is an MCP server that integrates with Veeam Backup and Replication (VBR) through its API. It extracts information about repositories stored in Amazon S3 and retrieves cost information for those repositories. It is designed for VBR users who manage backups in S3 and want to query repository details and costs via LLMs.

How to use Veeam Backup and Replication MCP Server for Amazon S3?

Install the prerequisite uv Python packager, configure an AWS account with Bedrock permissions, and ensure access to a VBR server with S3-based repositories. Export AWS environment variables (access key, secret key, session token), initialize uv, create a virtual environment, install dependencies, then configure the MCP server in your client (e.g., using the example mcp_settings.json for Roo). Example queries include "list all vbr repositories" and "show s3 cost for repository XXX for the month of March".

Key features of Veeam Backup and Replication MCP Server for Amazon S3

  • Interacts with VBR via its API.
  • Extracts information about S3-based repositories.
  • Retrieves per-bucket cost data using cost tags.
  • Stores debug logs in a dedicated "logs" directory.
  • Requires cost tags with key "cost:BucketName" on S3 buckets.

Use cases of Veeam Backup and Replication MCP Server for Amazon S3

  • List all VBR repositories via natural language queries.
  • Filter repositories that use S3 buckets.
  • Show monthly S3 costs for a specific repository.
  • Query cost information for Glacier-type repositories.

FAQ from Veeam Backup and Replication MCP Server for Amazon S3

How does the server get cost information for S3 buckets?

S3 does not report cost per bucket by default. The server assumes cost tags with the key cost:BucketName and the bucket name as the value are configured on each S3 bucket.

Where are debug logs stored?

Debug logs are stored in a directory named "logs" created by the MCP server.

What prerequisites are needed to deploy the server?

You need uv Python packager, an AWS account with permissions for Bedrock, and access to a VBR server with repositories configured to use S3 buckets.

Does the server require any AWS environment variables?

Yes, you must export AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and optionally AWS_SESSION_TOKEN before running the server.

评论

云与基础设施 分类下的更多 MCP 服务器