Skip to content
VS Code

OGForge MCP for VS Code

io.github.dpozimski/ogforge-mcp

Generate Open Graph images with themes and Lucide icons

client:VS Code transport:stdio runtime:npm

Install OGForge MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "ogforge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ogforge-mcp"
      ]
    }
  }
}

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

OGForge MCP in other clients