rustfs-mcp
A per-add-on RustFS (S3) object-storage admin MCP for the kubero chat, enabling management of S3-compatible buckets and objects through natural language.
README
rustfs-mcp
A per-add-on RustFS (S3) object-storage admin MCP for the kubero chat. When a
user selects a RustFS add-on in the chat's @-context selector, the kubero server
(the feature-MCP broker) surfaces this server's tools namespaced s3__*, gated by
the add-on selection. The 5th feature MCP after postgres/redis/mysql/kafka.
RustFS is an S3-compatible object store (operator CR kind Tenant, group
rustfs.com); in-cluster its S3 API is http://<instance>-io:9000, plain HTTP
with path-style addressing.
Architecture
ONE long-lived ClusterIP Deployment (rustfs-mcp:3010 in ns kubero-mcp) serves
every RustFS add-on in the workload cluster. The target endpoint + credentials
- access mode arrive per request as HTTP headers set by the kubero broker:
| Header | Value |
|---|---|
X-Kubero-DB-URI |
s3://<accesskey>:<secretkey>@<host>:9000 (creds URL-encoded) |
X-Kubero-Access-Mode |
restricted (production phase, read-only) or unrestricted |
--connection-from-request reads these via the FastMCP lowlevel request_ctx
contextvar; a missing/invalid access mode ⇒ restricted (fail-safe). The kubero
server reaches the service via apiserver port-forward — no public ingress.
Tools
Reads (always available): list_buckets, list_objects, stat_object,
bucket_usage, get_object_text, get_bucket_policy.
Writes (refused under restricted mode): create_bucket, delete_bucket,
put_object_text, delete_object, set_bucket_policy.
Run
pip install -r requirements.txt
# Production (in-cluster): per-request connection from headers.
python main.py --transport streamable-http --connection-from-request \
--streamable-http-host 0.0.0.0 --streamable-http-port 3010
# Local (stdio): binds one endpoint from S3_ENDPOINT_URL / AWS_* env (.env.template).
python main.py
CI / deploy
Mirrors the other stackblaze feature MCPs: auto-tag-on-main → docker-release
(amd64, self-hosted kubero runner, ghcr.io/stackblaze/rustfs-mcp) → deploy.yaml
rolls the ClusterIP Deployment to the workload cluster (gated on
KUBECONFIG_B64_SHARED). Repo secrets: CHAIN_PAT, KUBECONFIG_B64_SHARED. Seed a
v0.1.0-sb.0 tag once so auto-tag can increment.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.