Vfx Forge Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Vfx Forge Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that enables AI agents to interact with the VFX Forge Roblox plugin for creating and manipulating visual effects.
This project provides a bridge between AI agents (like Claude) and the VFX Forge plugin running in Roblox Studio. It allows agents to:
The MCP server communicates with AI agents via the standard MCP protocol (stdio), and with the VFX Forge plugin via WebSocket for real-time bidirectional communication.
Not available yet
cd vfx-forge-mcp
bun installclaude_desktop_config.json:{
"mcpServers": {
"vfx-forge": {
"command": "bun",
"args": ["run", "/path/to/vfx-forge-mcp/src/index.ts"],
"env": {
"VFX_FORGE_PORT": "3847"
}
}
}
}# Start the server
bun run start
# Development mode with hot reload
bun run dev
# Type checking
bun run typecheckThe WebSocket server exposes a health endpoint at http://localhost:3847/health:
{
"status": "ok",
"connected": true,
"pendingRequests": 0,
"pluginVersion": "1.0.0",
"uptime": 12345
}| Variable | Default | Description |
|---|---|---|
VFX_FORGE_PORT | 3847 | Port for the WebSocket server |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.