Boltmcp
MCP server for boltmcp
What is Boltmcp?
Boltmcp is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for boltmcp
MCP server for boltmcp
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for boltmcp
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx boltmcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Boltmcp
BoltMCP is an MCP-based deployment and management platform for running AI agent infrastructure on Kubernetes clusters. It uses a single Helm chart model to install, update, and uninstall the BoltMCP stack, and integrates directly with Claude Code through a custom skill command. Developers who need a guided, conversational approach to deploying AI agent backends on Kubernetes will find BoltMCP reduces the complexity of cluster configuration and access key management.
Prerequisites
- A running Kubernetes cluster with Helm installed
- Claude Code CLI installed and authenticated via `claude auth login`
- A valid BoltMCP access key (obtainable from boltmcp.io)
- An MCP-compatible client such as Claude Desktop or Claude Code
Clone the BoltMCP repository
Clone the official BoltMCP repository to your local machine to get the installation skill and supporting files.
git clone https://github.com/boltmcp/boltmcp.git && cd boltmcpPlace your access key
Copy your BoltMCP access key file into the `keys` directory inside the cloned repository. This key authenticates your cluster deployment.
cp /path/to/your-access-key.json keys/Launch Claude Code inside the project
Start Claude Code from within the boltmcp directory. Claude will detect the project context and make the BoltMCP skill available.
claudeRun the install skill
Use the `/install-boltmcp` skill command inside Claude Code to begin the guided installation. Claude will walk you through cluster configuration and Helm chart deployment interactively.
/install-boltmcp Install BoltMCP on a new clusterVerify deployment
After installation completes, verify the BoltMCP pods are running on your cluster using kubectl.
kubectl get pods -n boltmcpBoltmcp Examples
Client configuration
BoltMCP is invoked via Claude Code's skill system from within the cloned repository directory. There is no separate mcpServers JSON block — the integration runs as a Claude Code skill.
{
"mcpServers": {
"boltmcp": {
"command": "npx",
"args": ["boltmcp"]
}
}
}Prompts to try
After launching Claude Code in the boltmcp directory with your access key in place, try these skill invocations:
- "/install-boltmcp Install BoltMCP on a new cluster"
- "/install-boltmcp Update BoltMCP to the latest version"
- "/install-boltmcp Uninstall BoltMCP from the cluster"Troubleshooting Boltmcp
The `/install-boltmcp` skill command is not recognized in Claude Code
Make sure you launched `claude` from inside the cloned boltmcp repository directory. The skill is only available when Claude Code detects the project context from that directory.
Kubernetes deployment fails with authentication errors
Verify your access key file is placed in the `keys/` directory (not the root) and that your kubeconfig context points to the correct cluster with sufficient RBAC permissions to create namespaces and Helm releases.
Helm chart installation times out
Check that your cluster nodes have sufficient resources (CPU/memory) for the BoltMCP workloads and that any required container image registries are reachable from the cluster nodes.
Frequently Asked Questions about Boltmcp
What is Boltmcp?
Boltmcp is a Model Context Protocol (MCP) server that mcp server for boltmcp It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Boltmcp?
Follow the installation instructions on the Boltmcp GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Boltmcp?
Boltmcp works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Boltmcp free to use?
Yes, Boltmcp is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Boltmcp Alternatives — Similar Coding Agents Servers
Looking for alternatives to Boltmcp? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Boltmcp in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Boltmcp?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.