From a27d1d64f66d2fd5ef9fa09050c77ed65d75cb09 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 10 Dec 2025 19:46:33 +1100 Subject: [PATCH] added mcp menu item --- ...-11-02-stackql-mcp-server-now-available.md | 2 +- docs/index.md | 11 +++++--- docusaurus.config.js | 25 +++++++++++++++---- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/blog/2025-11-02-stackql-mcp-server-now-available.md b/blog/2025-11-02-stackql-mcp-server-now-available.md index cf93cacb..b7bab7e7 100644 --- a/blog/2025-11-02-stackql-mcp-server-now-available.md +++ b/blog/2025-11-02-stackql-mcp-server-now-available.md @@ -7,7 +7,7 @@ authors: image: "/img/blog/stackql-mcp-server-featured-image.png" description: Enable AI agents to query and manage cloud infrastructure using the Model Context Protocol. keywords: [stackql, mcp, model context protocol, ai agents, claude, chatgpt, infrastructure-as-code, cloud management, anthropic] -tags: [stackql, mcp, model context protocol, ai agents, claude, infrastructure-as-code] +tags: [stackql, mcp, model context protocol, ai agents, claude, infrastructure-as-code, ai] --- [__StackQL__](https://github.com/stackql/stackql) now supports the [__Model Context Protocol (MCP)__](https://modelcontextprotocol.io/). This integration enables AI agents and assistants to query and manage cloud infrastructure across multiple providers using natural language. diff --git a/docs/index.md b/docs/index.md index 883d93c2..67fc9940 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,19 +24,19 @@ import DocsHero from '@site/src/components/DocsHero/DocsHero'; <> Open Source
Multi Cloud Analytics,
- IaC, Automation and more + IaC, Automation and Agent Tooling } byline={ <> - Provision. Query. Secure. + The Declarative Substrate for Cloud and AI Agents } /> --- -StackQL is a new approach to Cloud Infrastructure coding. With StackQL you can deploy, query and interact with cloud services and resources from major cloud providers using a familiar language...SQL! Querying cloud services in your account is as easy as writing a [`SELECT`](/docs/language-spec/select) statement... +StackQL provides a single, declarative interface for querying and mutating cloud control planes and data planes. As AI agents move from assistance to autonomous execution, they need a safe, auditable way to read state, change state, enforce constraints, and integrate across systems. StackQL fills this gap by modeling the world as a database — making infrastructure, services, and APIs accessible through familiar SQL semantics.