MCP Catalogs
Home

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.

ops-infradeveloper-toolssecurity
43
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Deploying MCP servers in enterprise environments with on-premises data
you:Creating custom tool integrations with multiple upstream APIs
you:Building secure MCP servers with OAuth 2 authentication
you:What's the difference between BoltMCP and OpenMCP?
you:Can I use my own LLM with BoltMCP?

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

openmcpnexus-mcpmcp-server-sdk

Installation

Installation

Testing locally with Docker Compose

cd docker-compose
docker-compose up -d

Deploying to production with Helm

helm install boltmcp ./helm-chart

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.