boltmcp
by boltmcp·★ 350·Score 50
BoltMCP is an enterprise-grade platform for creating and managing custom MCP servers on-premises with OAuth 2 security.
Overview
BoltMCP provides a comprehensive solution for organizations to deploy MCP servers within their own infrastructure. It offers both Docker Compose for testing and Helm for production deployments, with enterprise-grade cloud native integrations. The platform supports rich customization of MCP tools through declarative JSON/YAML specifications, allowing for on-the-fly creation of servers tailored to specific use cases.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose BoltMCP when you need enterprise-grade on-premises MCP orchestration with OAuth 2 authentication and the ability to create highly customized MCP servers with composed API operations.
When NOT to choose this
Don't choose BoltMCP if you need a simple, lightweight MCP solution or if you're looking for a cloud-hosted service rather than on-premises infrastructure.
Comparable tools
Installation
Installation
Testing locally with Docker Compose
cd docker-compose
docker-compose up -dDeploying to production with Helm
helm install boltmcp ./helm-chartClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"boltmcp": {
"command": "docker",
"args": ["run", "-it", "boltmcp/server"]
}
}
}FAQ
- What's the difference between BoltMCP and OpenMCP?
- BoltMCP is the evolution of OpenMCP with enterprise-grade features, on-premises hosting, OAuth 2 security, and cloud native infrastructure.
- Can I use my own LLM with BoltMCP?
- Yes, BoltMCP supports bringing your own LLM, either self-hosted or cloud-based, for AI-powered features including the playground.
Compare boltmcp with
Last updated · Auto-generated from public README + GitHub signals.