Generate a ServiceBricks C# .NET microservice as a ZIP file.
claude mcp add servicebricks --transport http https://servicebricks.com/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"servicebricks": {
"url": "https://servicebricks.com/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"servicebricks": {
"serverUrl": "https://servicebricks.com/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"servicebricks": {
"type": "http",
"url": "https://servicebricks.com/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"servicebricks": {
"url": "https://servicebricks.com/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"servicebricks": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://servicebricks.com/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://servicebricks.com/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.holomodular--servicebricks/reviews or the review_server meta-tool.
POST /mcp