← Back to Plugins
MCP Server MCP

io.github.cloudquery/mcp

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

CloudQuery MCP server for asset inventory data. Supports CLI, PostgreSQL, and Platform modes.

Verified source

Install

mcpb:https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/cq-platform-mcp_1.9.0_darwin_arm64.mcpb",
      "version": "1.9.0",
      "fileSha256": "849afaf359a2dc1e418e7f7b3b992af9906dfe6bdfef9772bc257e537e6273c4",
      "runtimeHint": "darwin-arm64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/cq-platform-mcp_1.9.0_darwin_amd64.mcpb",
      "version": "1.9.0",
      "fileSha256": "62c343ad69a15d862ac699a712d83cedcc39ee459ac7d733a08bf9df6374c269",
      "runtimeHint": "darwin-amd64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/cq-platform-mcp_1.9.0_linux_arm64.mcpb",
      "version": "1.9.0",
      "fileSha256": "d6952bfb42e45fcfae52cc8400777f692deefbdff44640aa89a5fcaa68b7f7c0",
      "runtimeHint": "linux-arm64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/cq-platform-mcp_1.9.0_linux_amd64.mcpb",
      "version": "1.9.0",
      "fileSha256": "2ee6e706d5c55796d282211af30c3b1b63c41c624b5c1bbbc509b307e4ff4a17",
      "runtimeHint": "linux-amd64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cloudquery/mcp-releases/releases/download/v1.9.0/cq-platform-mcp_1.9.0_windows_amd64.mcpb",
      "version": "1.9.0",
      "fileSha256": "913b4fa420917435b39bba43be64564e845fcf55e96bb8a8c0def8a310bcc1d3",
      "runtimeHint": "windows-amd64",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...