← Back to Plugins
MCP Server MCP

StackQL MCP Server

github By github 👁 1 views ▲ 0 votes

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

Homepage Verified source GitHub

Install

mcpb:https://github.com/stackql/stackql/releases/download/v0.10.605/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/stackql/stackql/releases/download/v0.10.605/stackql-mcp-linux-x64.mcpb",
      "version": "0.10.605",
      "fileSha256": "4ebd6044a7661e099e1e8ad600164b62d34f0448ef63ef20dd0de47ae8e662e2",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/stackql/stackql/releases/download/v0.10.605/stackql-mcp-linux-arm64.mcpb",
      "version": "0.10.605",
      "fileSha256": "1c417976d6ea64f7a3a2381a6ee7452b5a55133ff7b7acee2115f3a25956067e",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/stackql/stackql/releases/download/v0.10.605/stackql-mcp-windows-x64.mcpb",
      "version": "0.10.605",
      "fileSha256": "09daea9b8f8e2ab36af534b938cb25ba3ad1b2025e1485487d69938b4f8d911b",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/stackql/stackql/releases/download/v0.10.605/stackql-mcp-darwin-universal.mcpb",
      "version": "0.10.605",
      "fileSha256": "e2f94b30756b531cac052dfd2571f907015f0af29f422e38787476d1e43e239f",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/stackql/stackql-mcp:0.10.605",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@stackql/mcp-server",
      "version": "0.10.605",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "stackql-mcp-server",
      "version": "0.10.605",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb oci npm pypi

Comments

Sign in to leave a comment

Loading comments...