Give your AI agent the ability to respond with live, interactive apps that evolve.
claude mcp add sac -- uvx sac-sdk
claude_desktop_config.json
{
"mcpServers": {
"sac": {
"command": "uvx",
"args": [
"sac-sdk"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sac": {
"command": "uvx",
"args": [
"sac-sdk"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sac": {
"command": "uvx",
"args": [
"sac-sdk"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sac": {
"type": "stdio",
"command": "uvx",
"args": [
"sac-sdk"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sac": {
"command": "uvx",
"args": [
"sac-sdk"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.dynsoft--sac/reviews or the review_server meta-tool.
POST /mcp