stackql/Setup StackQL MCP Server
Install the signed StackQL binary and emit MCP server config for agentic CI workflows (cloud queries over MCP)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | stackql release version (X.Y.Z) or 'latest' | no | latest |
| mode | MCP server mode: read_only, safe, delete_safe, or full_access | no | read_only |
| auth | stackql --auth JSON for provider credentials (optional) | no | "" |
| bundle-path | path to a local .mcpb to install from instead of downloading (CI/testing) | no | "" |
Outputs
| name | description |
|---|---|
| binary-path | absolute path to the installed stackql binary |
| mcp-config | mcpServers JSON string (for inputs GitHub interpolates directly, no shell) |
| mcp-config-file | path to the same mcpServers JSON written to a file (prefer for claude_args --mcp-config and any claude CLI use) |