Skip to content
VS Code

StyleForge-AI for VS Code

io.github.evozim/styleforge-ai

Automated design token builder producing clean CSS and Sass assets.

client:VS Code transport:sse

Install StyleForge-AI in VS Code

.vscode/mcp.json

{
  "servers": {
    "styleforge-ai": {
      "type": "sse",
      "url": "https://styleforge-ai-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

StyleForge-AI in other clients