swiftforge for VS Code
io.github.jrlingyin888/swiftforge
Curated, current SwiftUI components (incl. iOS 26 Liquid Glass) for your AI coding agent.
client:VS Code
transport:stdio
runtime:npm
Install swiftforge in VS Code
.vscode/mcp.json
{
"servers": {
"swiftforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"swiftforge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs