boltmcp

boltmcp

Built by boltmcp 337 stars

What is boltmcp?

No description available

How to use boltmcp?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add boltmcp using the following command: npx @modelcontextprotocol/boltmcp 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/boltmcp --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/boltmcp

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

boltmcp FAQ

Q

Is boltmcp safe?

Yes, boltmcp follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is boltmcp up to date?

boltmcp is currently active in the registry with 337 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for boltmcp?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

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.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "boltmcp": { "command": "npx", "args": ["boltmcp"] } } }