MCP Server¶
bnerd can run as a Model Context Protocol (MCP) server, allowing AI clients to manage cloud infrastructure through structured tool calls.
Quick Start¶
This starts the MCP server over stdio transport in read-only mode (default).
What is MCP?¶
The Model Context Protocol is a standard for AI applications to interact with external tools. When running as an MCP server, bnerd exposes cloud management tools that AI clients (like Claude Desktop) can use to:
- Query DNS zones, records, and domains
- List compute resources (servers, volumes, networks)
- View billing information
- Manage Kubernetes clusters
- Read and write files
- Execute shell commands
Safety Modes¶
The server supports three safety modes that control which operations are available:
bnerd mcp-server --read-only # Default: only read operations
bnerd mcp-server --non-destructive # Read + create/update
bnerd mcp-server --allow-writes # Full access including delete
See Safety Modes for details.
Server Information¶
| Field | Value |
|---|---|
| Implementation name | bnerd-cloud |
| Transport | stdio |
| Protocol | MCP (Model Context Protocol) |
Sections¶
- Claude Desktop Setup — Configure Claude Desktop to use bnerd tools
- Safety Modes — Understand the three access levels
- Available Tools — Complete catalog of all MCP tools