SaC — Software as Content for Cline
ai.dynsoft/sac
Give your AI agent the ability to respond with live, interactive apps that evolve.
client:Cline
transport:stdio
runtime:pypi
Install SaC — Software as Content in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sac": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs