Cyntrisec CLI (Historical) for Grok
io.github.cyntrisec/cyntrisec
Historical AWS analysis CLI; not a current Cyntrisec product.
client:Grok
transport:stdio
runtime:pypi
Install Cyntrisec CLI (Historical) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cyntrisec": {
"type": "stdio",
"command": "uvx",
"args": [
"cyntrisec"
],
"env": {
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_DEFAULT_REGION": "<AWS_DEFAULT_REGION>",
"AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs