Veeam Backup and Replication MCP Server for Amazon S3
@wjquigsAZ
About Veeam Backup and Replication MCP Server for Amazon S3
MCP server to gather AWS cost information for VBR repositores
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vbr-mcp-server": {
"command": "uv",
"args": [
"init"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Comments