diff --git a/docs/toolhive/enterprise/index.mdx b/docs/toolhive/enterprise.mdx similarity index 91% rename from docs/toolhive/enterprise/index.mdx rename to docs/toolhive/enterprise.mdx index 003e3546..b949af93 100644 --- a/docs/toolhive/enterprise/index.mdx +++ b/docs/toolhive/enterprise.mdx @@ -1,20 +1,25 @@ --- title: Stacklok Enterprise description: Stacklok Enterprise offerings for ToolHive -hide_title: false --- import HubSpotForm from '@site/src/components/HubSpotForm'; +import Heading from '@theme/Heading'; +import BrandedList from '@site/src/components/BrandedList'; + + + A hardened and production-ready distribution of ToolHive Community + -

A hardened and production-ready distribution of ToolHive Community

Securely scale MCP servers across your enterprise with Stacklok Enterprise's signed binaries, hardened images, formal semantic versioning, backported security patches, and turnkey identity provider integrations. Kubernetes native and LLM agnostic. Self-hosted in your environment, governed by your policies, no vendor lock-in. + -
  • - Developers are bringing their own MCP servers to work — shadow AI is - spreading and there is no central control -
  • -
  • - Your organization has multiple coding assistants and AI agents that need - access to business context -
  • -
  • - Your security or compliance team is asking how MCP servers are - authenticated, audited, and patched -
  • -
  • - You need SSO and IdP integration (Okta, Entra ID) across your organization -
  • -
  • - You are running MCP in production and need SLA-backed support for incidents -
  • -
  • - You need centralized governance and policy enforcement across multiple teams - or business units -
  • -
  • - Your environment requires a semantically versioned, supply-chain-attested - distribution rather than continuous rolling release -
  • - + + +- Developers are bringing their own MCP servers to work — shadow AI is spreading + and there is no central control +- Your organization has multiple coding assistants and AI agents that need + access to business context +- Your security or compliance team is asking how MCP servers are authenticated, + audited, and patched +- You need SSO and IdP integration (Okta, Entra ID) across your organization +- You are running MCP in production and need SLA-backed support for incidents +- You need centralized governance and policy enforcement across multiple teams + or business units +- Your environment requires a semantically versioned, supply-chain-attested + distribution rather than continuous rolling release + + Recognizing these challenges in your organization? [Schedule a demo](#schedule-a-demo) to see how Stacklok Enterprise addresses @@ -94,7 +87,7 @@ them. | Hardened container base images (Chainguard or equiv.) | — | ✓ | | Proactive notification of vulnerabilities | — | ✓ | | CVEs addressed within SLO with responsible disclosure | — | ✓ | -| All Sev 0–3 vulnerabilities backported as patch updates | — | ✓ | +| All Sev 0-3 vulnerabilities backported as patch updates | — | ✓ | ### Auth, identity & governance @@ -285,7 +278,7 @@ by running each server in its own container with least-privilege permissions, encrypting credentials at rest, and tracing every tool call via OpenTelemetry. Stacklok Enterprise adds centralized governance, IdP-backed authentication, and audit logging for teams running MCP at scale across their organization. -[Explore the core concepts](../concepts) to dig deeper into how ToolHive works. +[Explore the core concepts](./concepts/) to dig deeper into how ToolHive works. @@ -297,7 +290,7 @@ MCP. This includes Claude Code, GitHub Copilot, Cursor, Windsurf, VS Code, Zed, Cline, Continue, Roo Code, Goose, LM Studio, OpenAI Codex, and many more. Most clients support automatic configuration so developers can connect without manual setup. -[See the full client compatibility reference](../reference/client-compatibility) +[See the full client compatibility reference](./reference/client-compatibility.mdx) for the complete list. @@ -310,7 +303,7 @@ servers maintained by Stacklok. From there, you have full control to add your own servers from public package managers, Docker images, remote URLs, or build a private registry tailored to your organization. You are never limited to Stacklok's catalog. -[See how to run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s) for the +[See how to run MCP servers in Kubernetes](./guides-k8s/run-mcp-k8s.mdx) for the full details. @@ -324,6 +317,6 @@ full details. ToolHive Community is free, open source, and the best way to evaluate MCP before moving to production. -[Get started with ToolHive Community →](/toolhive) +[Get started with ToolHive Community →](./index.mdx) ::: diff --git a/docs/toolhive/support.mdx b/docs/toolhive/support.mdx index 9f09894e..31c477cc 100644 --- a/docs/toolhive/support.mdx +++ b/docs/toolhive/support.mdx @@ -111,9 +111,7 @@ This information helps the team diagnose and fix issues more quickly. ## Enterprise support -For organizations that need dedicated support, custom integrations, or -assistance with large-scale deployments, enterprise support is available. Learn -more about the Stacklok MCP Platform and enterprise offerings on the -[Stacklok website](https://stacklok.com/platform/) or -[request a demo](https://stacklok.com/demo/) to see how the platform can meet -your organization's needs. +For organizations that need an enterprise distribution of ToolHive with +dedicated support, custom integrations, or assistance with large-scale +deployments, see the [Stacklok Enterprise](./enterprise.mdx) page to learn more +and get in touch. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5172580d..48005504 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -292,7 +292,7 @@ const config: Config = { position: 'left', }, { - to: '/toolhive/enterprise', + to: 'toolhive/enterprise', label: 'Enterprise', position: 'left', }, diff --git a/sidebars.ts b/sidebars.ts index f10a18bf..f0f84762 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -280,10 +280,10 @@ const sidebars: SidebarsConfig = { items: [{ type: 'autogenerated', dirName: 'toolhive/guides-mcp' }], }, - 'toolhive/enterprise/index', 'toolhive/reference/client-compatibility', 'toolhive/reference/index', 'toolhive/faq', + 'toolhive/enterprise', 'toolhive/support', 'toolhive/contributing', ], diff --git a/src/components/BrandedList/index.tsx b/src/components/BrandedList/index.tsx new file mode 100644 index 00000000..32597a76 --- /dev/null +++ b/src/components/BrandedList/index.tsx @@ -0,0 +1,26 @@ +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. +// SPDX-License-Identifier: Apache-2.0 + +/* + * Renders a markdown unordered list with the Stacklok brand symbol as the + * bullet icon. Use as a block wrapper around a standard markdown list in MDX: + * + * + * - item one + * - item two + * + * + * MDX processes the markdown into a