BoltMCP Installation Docs

Architecture

...

BoltMCP is a platform for creating and managing custom Model Context Protocol (MCP) servers. A single Helm chart deploys the full stack - application services and optional database and identity provider - into a single Kubernetes namespace.

Architecture

Database Isolation

Each BoltMCP service connects as its own PostgreSQL login role scoped to a boltmcp_* schema:

ServiceLogin roleSchemaAccess
Webboltmcp_webboltmcp_coreRead/write
REST APIboltmcp_rest_apiboltmcp_coreRead/write
MCP Serversboltmcp_mcp_serverboltmcp_coreRead-only
Migrationsboltmcp_migrate_coreboltmcp_coreOwner with full privileges
Keycloakboltmcp_keycloakboltmcp_keycloakOwner with full privileges

Next Steps

On this page