
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@dotuix/mcp
Advanced tools
MCP server for dotuix — lets AI agents (Claude Desktop, Cursor, VS Code Copilot)
generate, pack, and validate .uix files through tool calls.
| Tool | Description |
|---|---|
get_spec | Returns the full .uix format spec from dotuix.com/llms.txt |
init | Scaffolds a new project from a template (blank / restaurant / catalog / portfolio) |
write_files | Writes generated HTML/JS/CSS into a project directory |
pack | Packs a directory into a .uix file via the CLI |
validate | Validates a .uix file and returns errors/warnings |
info | Reads the manifest.json from a .uix without unpacking |
@dotuix/cli installed globally: npm install -g @dotuix/cliAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"dotuix": {
"command": "npx",
"args": ["-y", "@dotuix/mcp"]
}
}
}
Restart Claude Desktop. You should see the dotuix tools available.
Add to Cursor settings → MCP:
{
"dotuix": {
"command": "npx",
"args": ["-y", "@dotuix/mcp"]
}
}
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"dotuix": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@dotuix/mcp"]
}
}
}
Once connected, you can say things like:
"Read the .uix spec and create a restaurant menu app for Al Madina in Doha with 10 items in QAR, pack it to ~/Desktop/almadina.uix"
"Validate ~/Downloads/app.uix and tell me what's wrong"
"Generate a product catalog .uix with 20 fake items in a clean card grid layout"
The agent calls get_spec → init → write_files → pack and returns the
path to the finished .uix file.
FAQs
MCP server for dotuix — lets AI agents generate, pack, and validate .uix files
The npm package @dotuix/mcp receives a total of 4 weekly downloads. As such, @dotuix/mcp popularity was classified as not popular.
We found that @dotuix/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.