SaC — Software as Content for Grok
ai.dynsoft/sac
Give your AI agent the ability to respond with live, interactive apps that evolve.
client:Grok
transport:stdio
runtime:pypi
Install SaC — Software as Content in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sac": {
"type": "stdio",
"command": "uvx",
"args": [
"sac-sdk"
],
"env": {
"SAC_API_KEY": "<SAC_API_KEY>",
"SAC_API_BASE": "<SAC_API_BASE>",
"SAC_MODEL": "<SAC_MODEL>",
"SAC_SEARCH_API_KEY": "<SAC_SEARCH_API_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