Servicebricks MCP Server

ServiceBricks is a powerful open-source microservices platform designed to streamline the development, deployment, and maintenance of distributed systems with artificial intelligence. It is available as a remote MCP endpoint.

Teams that want a hosted database endpoint instead of running a local process. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-01-29 · ★ 5 · #148 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · C# · how we verify → /methodology

01 · Install Servicebricks

Claude Code

claude mcp add holomodular-servicebricks --transport http https://servicebricks.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "holomodular-servicebricks": {
      "url": "https://servicebricks.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://servicebricks.com/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to servicebricks.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.holomodular is GitHub-verified and matches the repo owner

03 · What Servicebricks can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.4.0 · 2026-01-01

Support .NET 10 · Upgrade all referenced packages to latest version · New sync/async methods for Ack (response only), Patch, and Validate · Format querystring and headers to specify modern/classic response formats…

v1.2.0 · 2025-01-17

Support .NET 9.0 · Support both sync and async querying with new ServiceQuery release · Upgrade all packages references to latest version · Fix for ApiQueryAfterEvent event to include initial request · Fix for .NET 6…

v1.1.3 · 2024-12-01

Fixes for Azure ServiceBus Topic and Queue services to use a scoped IBusinessRuleService

04 · Who maintains Servicebricks

servicebricks is maintained by holomodular. It's the only MCP server we track from this author; the repo dates to Jul 2023.

05 · Facts

category
database - ranked #148 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.holomodular/servicebricks (active, first published 2026-01-29)

06 · Servicebricks FAQ

What is Servicebricks?

ServiceBricks is a powerful open-source microservices platform designed to streamline the development, deployment, and maintenance of distributed systems with artificial intelligence. It is available as a remote MCP endpoint.

Is Servicebricks still maintained?

Yes - as of 2026-08-25, its last commit was 2026-01-29. We re-verify nightly.

How do I install Servicebricks?

Run `claude mcp add holomodular-servicebricks --transport http https://servicebricks.com/api/mcp`. You can also paste the ready-made client config above.

Does Servicebricks require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Servicebricks