Home
Softono
boltmcp

boltmcp

Open source Shell
353
Stars
49
Forks
1
Issues
7
Watchers
1 week
Last Commit

About boltmcp

BoltMCP is an AI-assisted orchestration tool designed to simplify the deployment and management of applications on any Kubernetes cluster. Its primary function is to provide a streamlined installation process using a single Helm chart, significantly reducing the complexity typically associated with Kubernetes setup. The software features an innovative integration with the Claude Code AI agent, allowing users to initiate installation, updates, or uninstallation through natural language commands within the CLI. By cloning the repository and authenticating with an access key, users can invoke specific skills to guide the entire deployment workflow automatically. For those preferring a non-AI approach, BoltMCP also supports manual installation via its web-based portal at install.boltmcp.io. This dual-mode capability ensures accessibility for both developers relying on automated AI assistance and system administrators who require precise manual control. The solution targets DevOps teams and platform engineers seek

Platforms

Web Self-hosted

Languages

Shell

BoltMCP Installation

BoltMCP installs on any Kubernetes cluster with a single Helm chart.

Install with Claude

  1. Prerequisite: install Claude Code and login
claude auth login
  1. Clone this repository
git clone https://github.com/boltmcp/boltmcp.git
  1. Move your BoltMCP access key to the keys directory
mv ~/Downloads/my-key.json boltmcp/keys/

Replace ~/Downloads/my-key.json with the path to your access key file

  1. Open Claude Code from inside the boltmcp directory
cd boltmcp && claude
  1. Invoke the Skill and Claude will walk you through the installation process
/install-boltmcp Install BoltMCP on a new cluster

Replace the text after "/install-boltmcp " with any instruction related to installing, updating or uninstalling BoltMCP.

Install Manually

If you'd prefer to do the installation manually, visit https://install.boltmcp.io and follow the instructions there.