All analysis was generated autonomously, without human review. Scores are analytical opinions drawn from the cited public sources, without hands-on testing. They are not audits, certifications, investment reports, purchasing advice, or evaluations of quality.
In about three years Stacklok has changed its product twice, from software supply-chain security, to protecting AI coding assistants, to today's platform for running the connectors that let AI agents use company tools. Each time it gave away or retired the prior flagship. What survives every pivot is the team, the creators of Kubernetes and Sigstore, and a strategy of building in the open. Its ToolHive project is free, counts external maintainers from Red Hat, and is planned for donation to an open-source foundation. It is betting that owning the default open-source way to run these connectors safely beats owning a proprietary product a bigger vendor can copy or bundle. Snowflake's announced intent to acquire another enterprise MCP platform, Natoma, shows how fast that bundling can start.
| Description | Stacklok runs a Model Context Protocol (MCP) platform inside a company's private cloud, adding back-end authentication, authorization, network isolation, and token exchange for its MCP servers. | [f1] |
|---|---|---|
| Founded | 2023 | [f2] |
| Funding | $17.5M total | [f2] |
| Latest funding | Series A (May 2023), 17.5 million dollars, led by Madrona and Accel | [f2] |
| Product | What it does |
|---|---|
| ToolHive | ToolHive is an open-source (Apache 2.0) platform for running and managing Model Context Protocol (MCP) servers, isolating each in a container with per-request identity and access policy. |
| Enterprise MCP Platform | A hardened, Kubernetes-native distribution of ToolHive, run behind the firewall with SSO, secure token exchange, audit logging, and a curated registry of trusted MCP servers. |
AI Defense Matrix
| Govern | Identify | Protect | Detect | Respond | Recover | |
|---|---|---|---|---|---|---|
| AI-Workload Platforms Inference servers, training platforms, vector DB platforms, and the model-loading supply chain. | ||||||
| AI Orchestration Tools Agentic orchestration tools, plus their plugins, skills, hooks, system prompts, scaffolding, harnesses, configuration settings, and MCP clients on user devices. | ||||||
| AI-Generated Code Code produced by AI tools, AI-assisted reviews, AI-generated infrastructure-as-code and tests, and vibe-coded apps that bypass CI/CD. | ||||||
| AI Gateways & Routers MCP proxies and gateways, LLM routers, outbound AI-service traffic, shadow AI egress, and model-registry traffic. | ||||||
| AI Model Model weights, fine-tuning checkpoints, model cards, registries, AIBOM, and the third-party LLMs your enterprise consumes. | ||||||
| Training Data Datasets used for training, fine-tuning, and continued learning. | ||||||
| Runtime AI Data User prompts, inference inputs, RAG content, vector DB content, persistent agent memory, and interaction history. | ||||||
| AI Agent Identities AI agents as non-human principals, plus credentials, keys, permission scopes, service accounts, and delegation chains across agents and tools. |
Stacklok's ToolHive and its Enterprise MCP Platform run and secure Model Context Protocol servers, adding authentication, authorization, network isolation, and encrypted secrets so AI agents reach enterprise systems safely. These capabilities are mapped to the AI Defense Matrix. [f3]
How well the company can compete in its security market, scored across eight dimensions against public evidence.
| Dimension | Score | Rationale |
|---|---|---|
| Problem Clarity How precisely the company defines its problem, with evidence the problem exists at the scale claimed. | 3/5 | Stacklok names the enterprise platform team and the risk of unmanaged MCP servers connecting agents to internal systems, and independent reporting frames the same agent-security gap, but the pain stays category-generic with no independent quantification. [s3, s8, s1] |
| Capability Depth How specific the technical capabilities are, with evidence beyond marketing claims such as docs and third-party validation. | 4/5 | ToolHive is a substantial Apache 2.0 codebase co-maintained by Red Hat with detailed public docs, a Kubernetes operator, and per-request identity, isolation, and audit, corroboration beyond marketing that supports the score. [s5, s2, s8] |
| Market Timing Whether the market is ready for this product, with evidence that buyers are actively seeking solutions. | 4/5 | The Model Context Protocol spread as the agent-to-tool standard through 2024 and 2025, creating the need to run these servers securely, and enterprise adoption plus Red Hat's involvement are real buyer-side signals. A 5 would need independently established, accelerating demand across analyst and regulatory signals. [s8, s2, s5] |
| Team Credibility Demonstrated domain expertise with public signals such as prior exits, publications, and industry recognition. | 5/5 | CEO Craig McLuckie and CTO Joe Beda co-created Kubernetes and sold Heptio to VMware for 600 million dollars, and co-founder Luke Hinds created Sigstore, a category-defining, independently recognized track record that sits above the strong-pedigree 4s of natoma, obot-ai, and manifold-security. [s6, s7, s8] |
| GTM Proof Evidence of actual traction (customers, revenue signals, partnerships) beyond stated intentions. | 3/5 | Red Hat co-maintains ToolHive and the site cites Fortune 500 deployments, but no reference customer is named, so a partnership plus anonymized case studies and the sanctioned indirect-signal bump for top-tier backing hold it at 3 rather than the multiple-named-reference 4. [s1, s2, s8] |
| Funding Efficiency Whether funding matches go-to-market ambition, with signs of capital-efficient growth. | 3/5 | A 17.5 million dollar Series A from 2023 funds a team that shipped a widely used open-source project and a commercial platform, broadly proportional to stage with visible shipping but no disclosed efficiency metric. Two earlier products it has since donated or retired temper the read. [s6, s5, s8, s10] |
| Category Clarity Whether the company creates or fits a recognizable category that buyers can quickly place in their stack. | 3/5 | Stacklok fits the forming category of MCP and AI-agent security, which independent reporting places without coaching, but the category is nascent and the company also frames itself as AI infrastructure, keeping placement short of an established stack slot. [s8, s4, s3] |
| Incumbent Defensibility How vulnerable the core value proposition is to absorption as a feature by a platform vendor. | 3/5 | Kubernetes-native embedding and a Red Hat co-maintained open-source community add friction to absorption, but the core is Apache 2.0 and slated for donation, so no structural moat blocks bundling, and Snowflake's purchase of the peer Natoma shows the absorption pressure. [s2, s8, s12] |
Stacklok sells to the enterprise platform and security team that wants to put AI agents to work but cannot see or control the connectors those agents use. Model Context Protocol servers let an agent reach internal tools and data, and they spread through a company faster than security can track, which is the gap Stacklok addresses.
Independent reporting frames the same problem, not just the vendor. FOSS Force describes the company as trying to tame cybersecurity in the age of AI, and the wider coverage of MCP security risk treats ungoverned agent connectors as an enterprise exposure rather than a hypothetical.
Stacklok states the consequence concretely. Its platform is built so agents run on existing Kubernetes infrastructure with authentication, isolation, and audit in place before they touch production systems. [s8, s3, s1]
The Stacklok platform runs each MCP server in an isolated container and checks identity on every call. ToolHive, the open-source core, adds a Kubernetes operator with OIDC and OAuth single sign-on, secure token exchange, audit logging, and OpenTelemetry and Prometheus metrics, so a platform team manages agent connectors the way it manages other Kubernetes workloads.
A curated registry sits alongside the runtime. Rather than let developers run unvetted servers found online, the platform maintains a registry of trusted MCP servers with verified signatures, applying the software supply-chain verification that co-founder Luke Hinds built into Sigstore.
The depth is well evidenced for an emerging category. ToolHive is an Apache 2.0 project that Red Hat helps maintain, with public documentation and the AI Defense Matrix Catalog recording its authentication, authorization, isolation, and secrets controls, though the capability rests on engineering rather than a proprietary model or dataset. [s5, s2, s9]
Stacklok competes both with other MCP-gateway startups and with the platforms moving to own agent governance. Natoma covers the same job of running and securing MCP servers for the enterprise, and cloud and data platforms race to make agent governance a feature of the suite a buyer already licenses.
Its visible edge is reputation and open-source adoption. The founders created Kubernetes and Sigstore, Red Hat co-maintains ToolHive, and building in the open earns trust a proprietary newcomer cannot buy quickly, which is distribution a rival cannot match by writing software alone.
The structural risk is who owns the buyer. Snowflake bought Natoma, another enterprise MCP platform, to fold agent governance into its data platform, so an independent vendor competes against the larger companies that could bundle the same controls rather than pay for them. [s8, s2, s12]
Stacklok's go-to-market leans on its open-source project and the surge of enterprise MCP adoption. Developers find ToolHive, and the homepage routes commercial prospects to talk to an engineer, an open-source-led motion that seeds awareness before a sales conversation.
Named traction is thin. The site describes a Fortune 500 hardware manufacturer running a central MCP registry and a Fortune 500 financial-services firm raising its AI coding-assistant acceptance rates, but names neither, so the public roster is anonymized case studies plus Red Hat's decision to co-maintain the project.
Investor and partner signals carry the rest of the read. Backing from Accel, Madrona, and Bain Capital, and Red Hat's co-maintenance of ToolHive, are indirect evidence of demand that stands in for the named customer references the record does not yet show. [s1, s2, s4]
Stacklok's team is its clearest strength. CEO Craig McLuckie and CTO Joe Beda co-created Kubernetes at Google and founded Heptio, which VMware bought for 600 million dollars in 2018, and co-founder Luke Hinds created Sigstore, the open-source software-signing project adopted across the industry.
That background sits directly under the product. Kubernetes expertise drives the Kubernetes-native design, and Sigstore expertise drives the signature verification in the trusted-server registry, so the move into MCP security is continuous with what these founders built before.
Leadership shifted as the product changed. Hinds, the original CTO, moved out of that seat and Beda took it, reuniting the two Kubernetes co-creators, and top-tier investors who backed McLuckie's earlier company returned, so the pedigree rests on verifiable prior exits rather than titles. [s6, s7, s8]
Stacklok publishes no third-party security attestation. A probe of the homepage footer, the trust and security subdomains, and the /security and /trust paths on 2026-07-04 found no SOC 2, ISO 27001, or comparable certification, which an enterprise procurement review will raise for a component that sits in the path of agent access.
The trust story the product does tell is supply-chain provenance. ToolHive ships Sigstore-signed binaries and the registry verifies the signatures of the MCP servers it curates, which supports a customer's own assurance work without attesting to Stacklok's internal controls. The self-hosted, behind-the-firewall deployment keeps sensitive data and credentials inside the customer's environment. [s11, s2, s5]
| Company | Relationship | Note | Compare |
|---|---|---|---|
| Runlayer | competes with | MCP security gateway that vets servers and screens each tool call, overlapping Stacklok's run-and-secure-MCP-servers motion for the enterprise. | |
| Natoma | competes with | Enterprise MCP gateway for agent governance, now being acquired by Snowflake, a direct peer to Stacklok's platform. | |
| Obot AI | competes with | Open-source MCP gateway, the same build-in-the-open approach Stacklok takes with ToolHive. | N/AWe captured the evidence for these companies under different evidence-model versions (v1 vs v2), so the totals were scored under different conditions and are not directly comparable. |
| Docker | adjacent | Ships an MCP toolkit and catalog that could bundle server isolation and management into the developer tooling enterprises already run. | |
| Microsoft | adjacent | Hyperscaler consolidating agent development and governance toolkits that could add native MCP controls. | N/AMicrosoft is scored by product line, not as a whole company, so there is no company-wide column to compare. Open its profile to compare a specific product. |
| Snowflake | adjacent | Data platform acquiring Natoma, another enterprise MCP platform, to build a governed agentic control plane in-house. |
Add analyzed competitors to compare them side by side with Stacklok.
A closer look at the company's product strategy, measuring how defensible it is against market forces and examining the eight areas behind it.
reinforce or reposition
Stacklok's firmest hold on a customer is the wiring the customer has already done. Once its platform runs an enterprise's MCP servers, the connectors AI agents use to reach internal tools, a replacement means redoing that wiring. Beyond it, Stacklok owns little that would slow a rival. Its ToolHive core is open source under Apache 2.0, so a competitor can read the code and serve the same interface, while the enterprise platform on top is proprietary. The public record shows no security certification and no named proprietary dataset. Its founders created Kubernetes and Sigstore, so the company starts with enterprise trust, a head start rather than a durable barrier. Deployment depth is the working defense: real friction where the platform runs, little protection where it does not.
| Dimension | Score | Rationale |
|---|---|---|
| Value Delivery Does the product sell software as the product, or judgment, trust, or accountability with software as the delivery mechanism. | 1/3 | Stacklok delivers software the customer deploys and runs, the open-source ToolHive and its self-hosted enterprise distribution. The live site advertises forward-deployed engineers as onboarding help, an implementation service rather than an accountability layer, so delivery stays at the software level. |
| Switching Cost How expensive leaving is for a customer: data portability, integrations, learned workflows, network effects, regulatory data residency. | 2/3 | Once the platform runs an enterprise's MCP servers on Kubernetes with accumulated policy, managed secrets, SSO wiring, and a curated registry, replacing it means redoing that wiring for the workloads routed through it, but the open-source core leaves a rival able to serve the same interface. |
| Compliance Moat Whether certifications, liability acceptance, or audit trails block an easy replacement. | 1/3 | No SOC 2, ISO 27001, or comparable attestation appears by probe as of July 2026, and the product's Sigstore provenance aids a customer's own compliance without certifying Stacklok's controls. |
| Problem Complexity Whether the product requires ML, optimization, real-time systems, or years of specialized expertise. | 3/3 | Running an isolated, identity-enforced runtime for MCP servers across Kubernetes with secure token exchange, managed secrets, and a verified registry is security-critical distributed-systems engineering. |
| Buyer Profile Whether buyers are SMB operators, mid-market IT teams, or regulated enterprises and governments with procurement gates. | 2/3 | Stacklok targets the large enterprise, with self-hosted behind-the-firewall deployment and anonymized Fortune 500 case studies, but names no regulated customer and offers a free open-source tier, blending the profile short of the regulated-only base a 3 needs. |
| Layer Whether the product is an end-user application, a platform with application features, or infrastructure other applications depend on. | 3/3 | The platform is the runtime agents route through to reach tools, a Kubernetes-native operator that runs and isolates each MCP server rather than observing from the side. |
| Proprietary Data, Content, or IP Whether the product accumulates datasets, content licenses, or IP that a rival cannot recreate from scratch. | 1/3 | ToolHive is Apache 2.0 and slated for foundation donation, the registry curates public and trusted servers, and no named non-public dataset appears, so a funded rival could rebuild it from the open MCP standard. |
Stacklok sells to the enterprise platform and security engineering team standing up AI agents at scale. That buyer runs many Model Context Protocol servers, the connectors agents use to reach internal tools, and needs to authenticate, isolate, and audit them before agents touch production. The Enterprise MCP Platform is deployed in the customer's private cloud, behind the firewall, which is the deployment a large or regulated enterprise requires.
The public evidence of that buyer is anonymized. Stacklok's homepage cites a Fortune 500 hardware manufacturer that built a central registry of MCP servers and a Fortune 500 financial-services firm that raised its AI coding-assistant acceptance rates, but names neither. The product design, self-hosted with single sign-on and audit logging, points at the large enterprise rather than the individual developer.
The open-source ToolHive project widens the top of the funnel. Developers adopt the free project, then run the hardened commercial distribution in production, so the company lands in a platform team on open source and expands into a governed enterprise deployment.
Stacklok's claimed advantage is running each MCP server in isolation and, when an authentication source is configured, enforcing identity and access policy on each call rather than watching agents from the side. ToolHive wraps each server in a container, and the Kubernetes operator adds OIDC and OAuth single sign-on, secure token exchange, audit logging, and OpenTelemetry and Prometheus metrics, so policy applies at the moment an agent reaches for a tool.
A curated registry pairs with the runtime. Instead of developers running unvetted MCP servers found online, the platform curates a registry of trusted servers, applying the software supply-chain discipline co-founder Luke Hinds built into Sigstore.
The depth is real for an emerging category, evidenced by an Apache 2.0 codebase with external maintainers from Red Hat and detailed public documentation. What holds up is the engineering and the Kubernetes-native design rather than a proprietary model or dataset, since the connectors and policy logic are software a funded rival could rebuild from the same open MCP standard.
Stacklok runs an open-source-led, demo-driven motion riding enterprise MCP adoption. The homepage routes prospects to talk to an engineer, and the ToolHive project, which Stacklok describes as popular, seeds awareness among developers before a commercial conversation.
Named demand is thin. The site describes Fortune 500 deployments but names no customer, so the public roster rests on anonymized case studies plus ToolHive's external maintainers from Red Hat, a credibility signal rather than a paying reference.
The founders' reputation carries the early motion. Backing from Accel, Madrona, and Bain Capital, and a team known for Kubernetes and Sigstore, gives the company enterprise credibility a first-time founder would lack, an indirect signal of demand rather than proof of broad traction.
Stacklok routes buyers to a sales conversation rather than listing prices, which signals large, negotiated enterprise deals rather than self-service purchase. No public pricing appears on the site as of July 2026.
The open-source ToolHive project is free under Apache 2.0, so the paid boundary is the hardened enterprise distribution and its operational features, not the core capability. That splits a free community tier from a commercial platform sold through direct sales.
Because the company publishes neither price nor billing unit, what Stacklok believes buyers pay for cannot be read from a public meter, and a buyer gets no budget anchor before contacting sales.
Stacklok delivers software the customer deploys and runs, not a managed service. The Enterprise MCP Platform is self-hosted in the customer's private cloud behind the firewall, and the Kubernetes operator lets platform teams manage MCP servers and registries through familiar Kubernetes workflows.
The runtime position raises the operational stakes. Because agents reach their tools through the platform, its availability affects whether agents can act at all, so audit logging, OpenTelemetry metrics, and container isolation are the operational controls a change-management review looks for before an access-path component goes into production.
The self-hosted model keeps sensitive data and credentials inside the customer's own environment, which suits the regulated buyer but places operation and upkeep on the customer's platform team rather than on Stacklok.
No third-party security attestation appears in Stacklok's public record. A probe of the homepage footer, the trust and security subdomains, and the /security and /trust paths on 2026-07-04 found no SOC 2, ISO 27001, or comparable certification, and the Security Center page linked from the live site describes practices and a shared-responsibility model without naming an attestation as of 2026-07-15.
The product's assurance angle is supply-chain provenance rather than a company certification. The platform curates a registry of trusted MCP servers rather than certifying Stacklok's own controls, which supports a customer's compliance work but is not an attestation of Stacklok's internal security.
For a platform that sits in the path of agent access, the missing attestation is a procurement gap a security review will raise, though the self-hosted, behind-the-firewall design keeps customer data under the customer's own controls.
Stacklok positions ToolHive as the open platform other tools plug into, not a single point product. It runs MCP servers for any client, curates a registry of trusted servers, and connects to identity and observability systems through standard protocols.
The open-source strategy is the ecosystem play. ToolHive is Apache 2.0, co-maintained by Red Hat and contributors from dozens of companies, and Stacklok says it intends to donate the project to an open-source foundation, a bid to make it the neutral default rather than one vendor's product.
That openness is also the exposure. This layer is one platform owners are moving to claim. Snowflake announced an intent to acquire Natoma, another enterprise MCP platform, to own agent governance, so an independent platform competes with the larger vendors that could bundle the same controls.
Stacklok's credibility comes from a founding team with a category-defining track record. CEO Craig McLuckie and CTO Joe Beda co-created Kubernetes at Google and founded Heptio, which VMware bought in 2018, a price GeekWire reports as 600 million dollars and FOSS Force as 550 million. Co-founder Luke Hinds created Sigstore, the open-source software-signing project adopted across the industry.
The leadership has shifted with the product. Hinds, the original CTO, vacated that seat, and Beda took it, reuniting the two Kubernetes co-creators. Independent reporting frames the current company as the team behind Kubernetes now working to secure AI.
The pedigree drew top-tier backing. Accel, Madrona, and Bain Capital back the company, and Madrona had funded McLuckie's Heptio years earlier, so the investor conviction rests on a verifiable prior exit rather than an unproven team.
| Id | Source | Tier | Accessed |
|---|---|---|---|
| f1 | Stacklok: Kubernetes-native MCP Platform for Enterprises | official | 2026-07-09 |
| f2 | TechCrunch: Kubernetes and sigstore founders raise 17.5M to launch Stacklok | press | 2026-07-04 |
| f3 | AI Defense Matrix Catalog mapping | other | 2026-07-04 |
| Id | Source | Tier | Accessed |
|---|---|---|---|
| s1 | Stacklok homepage with Fortune 500 case-study callouts “Run your new AI agents on your existing Kubernetes infrastructure. ... Fortune 500 hardware manufacturer curated a centrally managed registry of hosted + local MCP servers ... Fortune 500 financial services firm doubled Cursor acceptance rates in less than three months” | official | 2026-07-04 |
| s2 | Stacklok ToolHive page (hardened ToolHive distribution, Apache 2.0, Red Hat maintainers) “Stacklok's platform is a hardened distribution of our popular ToolHive open source project ... ToolHive is Apache 2.0 licensed and we intend to donate the project to an open source foundation ... ToolHive includes external maintainers from Red Hat” | official | 2026-07-04 |
| s3 | Stacklok Enterprise MCP Platform (Kubernetes-native, private cloud, behind the firewall) “The MCP platform that engineering leaders trust. Deployed in your private cloud, behind your firewall” | official | 2026-07-04 |
| s4 | Stacklok about page (team, mission, investor logos Accel, Madrona, Bain Capital) “The Team Behind Kubernetes is Building AI Infrastructure ... Our efforts have started with Model Context Protocol (MCP) servers, including our popular open source project, ToolHive ... Investors: Accel, Madrona, Bain Capital” | official | 2026-07-04 |
| s5 | ToolHive GitHub repository (Kubernetes operator, SSO, audit, container isolation, Apache 2.0) “Enterprise-grade security and observability: OIDC/OAuth SSO, secure token exchange, audit logging, OpenTelemetry, and Prometheus metrics ... Secure execution with container-based isolation ... Hybrid registry server: curate from upstream registries” | official | 2026-07-04 |
| s6 | TechCrunch on Stacklok's 17.5M Series A and founders “Kubernetes co-founders Craig McLuckie and Joe Beda left Google to launch Heptio in 2016. They then sold the company to VMware in 2018. ... McLuckie teamed up with Luke Hinds as the company's CTO. Hinds is the founder of the sigstore project ... raised a $17.5 million Series A round” | press | 2026-07-04 |
| s7 | GeekWire on Stacklok, McLuckie, and the Heptio 600 million dollar VMware exit “He then founded Seattle startup Heptio, which made Kubernetes easier to use. VMWare acquired Heptio in 2018 for $600 million.” | press | 2026-07-04 |
| s8 | FOSS Force on Stacklok's pivot to MCP, Beda as CTO, and the Minder donation “Joe Beda has signed on as CTO at the two year old startup Stacklok, which is trying to tame cybersecurity in the age of AI. ... Back in 2024, the startup donated its open source Minder Platform ... Open source Toolhive is the backbone to Enterprise MCP Platform, Stacklok's proprietary flagship.” | press | 2026-07-04 |
| s9 | Stacklok ToolHive (AI Defense Matrix Catalog) “Enterprise MCP platform deployed in your private cloud that adds back-end authentication, authorization, network isolation, and encrypted secrets for MCP servers.” | other | 2026-07-04 |
| s10 | Stacklok CodeGate GitHub repository (public archive, prior AI-coding security product) “CodeGate: Security, Workspaces and Multiplexing for AI Agentic Frameworks” | official | 2026-07-04 |
| s11 | Stacklok trust-surface probe: footer, trust./security. subdomains, /security and /trust paths, static fetch 2026-07-04, no attestation found “Run your new AI agents on your existing Kubernetes infrastructure.” | official | 2026-07-04 |
| s12 | Snowflake Announces Intent to Acquire Natoma (competitor MCP platform acquisition) “signed a definitive agreement to acquire Natoma, an enterprise Model Context Protocol (MCP) platform for AI agents” | official | 2026-07-04 |
| Id | Source | Tier | Accessed |
|---|---|---|---|
| s13 | Stacklok Security Center probe: shared-responsibility and practices page, no attestation named (2026-07-15) “For security reviews, architecture discussions, or vendor questionnaires, contact the Stacklok” | official | 2026-07-15 |
| s1 | Stacklok homepage with Fortune 500 case-study callouts “Run your new AI agents on your existing Kubernetes infrastructure. ... Fortune 500 hardware manufacturer curated a centrally managed registry of hosted + local MCP servers ... Fortune 500 financial services firm doubled Cursor acceptance rates in less than three months” | official | 2026-07-04 |
| s2 | Stacklok ToolHive page (hardened ToolHive distribution, Apache 2.0, Red Hat maintainers) “Stacklok's platform is a hardened distribution of our popular ToolHive open source project ... ToolHive is Apache 2.0 licensed and we intend to donate the project to an open source foundation ... ToolHive includes external maintainers from Red Hat” | official | 2026-07-04 |
| s3 | Stacklok Enterprise MCP Platform (Kubernetes-native, private cloud, behind the firewall) “The MCP platform that engineering leaders trust. Deployed in your private cloud, behind your firewall” | official | 2026-07-04 |
| s4 | Stacklok about page (team, mission, investor logos Accel, Madrona, Bain Capital) “The Team Behind Kubernetes is Building AI Infrastructure ... Our efforts have started with Model Context Protocol (MCP) servers, including our popular open source project, ToolHive ... Investors: Accel, Madrona, Bain Capital” | official | 2026-07-04 |
| s5 | ToolHive GitHub repository (Kubernetes operator, SSO, audit, container isolation, Apache 2.0) “Enterprise-grade security and observability: OIDC/OAuth SSO, secure token exchange, audit logging, OpenTelemetry, and Prometheus metrics ... Secure execution with container-based isolation ... Hybrid registry server: curate from upstream registries” | official | 2026-07-04 |
| s6 | TechCrunch on Stacklok's 17.5M Series A and founders “Kubernetes co-founders Craig McLuckie and Joe Beda left Google to launch Heptio in 2016. They then sold the company to VMware in 2018. ... McLuckie teamed up with Luke Hinds as the company's CTO. Hinds is the founder of the sigstore project ... raised a $17.5 million Series A round” | press | 2026-07-04 |
| s7 | GeekWire on Stacklok, McLuckie, and the Heptio 600 million dollar VMware exit “He then founded Seattle startup Heptio, which made Kubernetes easier to use. VMWare acquired Heptio in 2018 for $600 million.” | press | 2026-07-04 |
| s8 | FOSS Force on Stacklok's pivot to MCP, Beda as CTO, and the Minder donation “Joe Beda has signed on as CTO at the two year old startup Stacklok, which is trying to tame cybersecurity in the age of AI. ... Back in 2024, the startup donated its open source Minder Platform ... Open source Toolhive is the backbone to Enterprise MCP Platform, Stacklok's proprietary flagship.” | press | 2026-07-04 |
| s9 | Stacklok ToolHive (AI Defense Matrix Catalog) “Enterprise MCP platform deployed in your private cloud that adds back-end authentication, authorization, network isolation, and encrypted secrets for MCP servers.” | other | 2026-07-04 |
| s10 | Stacklok CodeGate GitHub repository (public archive, prior AI-coding security product) “CodeGate: Security, Workspaces and Multiplexing for AI Agentic Frameworks” | official | 2026-07-04 |
| s11 | Stacklok trust-surface probe: footer, trust./security. subdomains, /security and /trust paths, static fetch 2026-07-04, no attestation found “Run your new AI agents on your existing Kubernetes infrastructure.” | official | 2026-07-04 |
| s12 | Snowflake Announces Intent to Acquire Natoma (competitor MCP platform acquisition) “signed a definitive agreement to acquire Natoma, an enterprise Model Context Protocol (MCP) platform for AI agents” | official | 2026-07-04 |
This site is an experimental research aid created by Zeltser Security Corp. All its data gathering and analysis was performed autonomously without human review, and it can contain errors of fact, interpretation, and judgment that a human reviewer might catch.
The analyses are statements of opinion, not statements of fact. Machine analysis produced the scores, summaries, and matrix placements by weighing the public sources each page cites, and reasonable people can weigh the same sources differently. Where a page states a fact, it cites the public source and the date it was checked, and the statement is only as accurate as that source. Unless a profile expressly says otherwise, the analysis involves no hands-on testing and no independent validation of any company's products or services.
Nothing here is professional, security, legal, financial, investment, or purchasing advice, and nothing here is a recommendation to invest in, do business with, or avoid any company. Inclusion of a company is not an endorsement, and absence of a company is not a judgment about it. Reading this site creates no advisory or client relationship. Verify any detail you plan to act on against the vendor's current materials.
The content is provided "as is" and "as available," with all warranties disclaimed, express or implied, including merchantability, fitness for a particular purpose, accuracy, and non-infringement. No entry is warranted to be complete, current, or correct. Companies change, vendors update their claims, sources can be wrong, and automated analysis can misread them.
To the fullest extent permitted by law, the operator, Zeltser Security Corp, is not liable for any damages that arise from using this site or relying on its content, including direct, indirect, incidental, special, and consequential damages and lost profits, even if advised that such damages were possible. If you are dissatisfied with the site or disagree with these terms, your remedy is to stop using it.
Entries link to vendor pages, press coverage, and other external sites that Zeltser Security Corp does not control and is not responsible for. A link is not an affiliation with the destination or an endorsement of it. Product and company names and trademarks are the property of their owners, used here nominatively to identify the companies described. Short quotations from cited sources appear for identification and commentary.
Use, quotation, automated retrieval, and redistribution of the content are governed by the Terms of Use at cybercompanyprofiles.com/terms, which permit personal and internal business use with attribution and prohibit republication and resale.