Skip to content
VS Code

blog for VS Code

io.github.lazymac2x/blog

Cloudflare Workers MCP server: blog

client:VS Code transport:streamable-http tools:3

Install blog in VS Code

.vscode/mcp.json

{
  "servers": {
    "blog": {
      "type": "http",
      "url": "https://api.lazy-mac.com/blog/mcp"
    }
  }
}

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

What VS Code can do once it is connected

blog in other clients