SaC - Software as Content MCP Server

Give your AI agent the ability to respond with live, interactive apps that evolve. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-16 · ★ 3 · #357 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install SaC - Software as Content

Claude Code

claude mcp add software-as-content-software-as-content- -- uvx sac-sdk

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "software-as-content-software-as-content-": {
      "command": "uvx",
      "args": [
        "sac-sdk"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package sac-sdk - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace ai.dynsoft - domain-verified with the official MCP registry

03 · What SaC - Software as Content can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0 · 2026-05-25

Ready for opensource launch, including pypi, mcp, and skills · > Claude Code via mcp · --- · > Codex via skill · --- · > Openclaw via skill

v0.17 · 2026-05-22

1. Fixed MCP timeout issues with a heartbeat mechanism and smarter retry logic to prevent duplicate generations. · 2. Cleaned up zombie processes and added an eviction mechanism for stale action listeners. · 3. Unified…

v0.16 · 2026-05-21

What's new · 1. Model selector - Users can now switch LLM models directly from the viewer UI. Updated model list to latest OpenRouter offerings (Gemini 3.5 Flash, Claude Opus 4.7, GPT-5.5 Pro, Grok 4.3, DeepSeek V4…

04 · Who maintains SaC - Software as Content

SaC - Software as Content is maintained by software-as-content. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #357 of 848 actively-maintained other servers as of 2026-08-25.
registry
ai.dynsoft/sac (active, first published 2026-05-24)
packages
pypi:sac-sdk

06 · SaC - Software as Content FAQ

What is SaC - Software as Content?

Give your AI agent the ability to respond with live, interactive apps that evolve. It runs locally over stdio via the published package.

Is SaC - Software as Content still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-16. We re-verify nightly.

How do I install SaC - Software as Content?

Run `uvx sac-sdk`. You can also paste the ready-made client config above.

Does SaC - Software as Content run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SaC - Software as Content