Skip to content
VS Code

servicebricks for VS Code

io.github.holomodular/servicebricks

Generate a ServiceBricks C# .NET microservice as a ZIP file.

client:VS Code transport:streamable-http

Install servicebricks in VS Code

.vscode/mcp.json

{
  "servers": {
    "servicebricks": {
      "type": "http",
      "url": "https://servicebricks.com/api/mcp"
    }
  }
}

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

servicebricks in other clients