MCP Catalogs
Home

data-api-builder vs wren-engine

Side-by-side comparison to help you pick between these two MCP servers.

data-api-builder
by Azure
wren-engine
by Canner
Stars★ 1,410★ 661
30d uses
Score5353
Official
Categories
DatabaseDeveloper ToolsCloud Storage
AI / LLM ToolsDatabaseDeveloper Tools
LanguageC#Java
Last committhis monththis month

data-api-builder · Summary

Azure's Data API Builder provides REST and GraphQL endpoints for Azure databases with upcoming MCP tools support.

wren-engine · Summary

An open context engine for AI agents that provides business context and semantic layer over data sources.

data-api-builder · Use cases

  • Create REST and GraphQL APIs for Azure databases
  • Build secure data access layers for applications
  • Generate API endpoints for on-premises databases in any cloud

wren-engine · Use cases

  • Natural-language analytics with trusted business definitions
  • AI copilots that answer questions across governed enterprise data
  • Code assistants that need real business context, not just schema dumps

data-api-builder · Install

  1. Install .NET 8 or later runtime: https://get.dot.net
  2. Install the DAB command line tool:

``sh dotnet tool install microsoft.dataapibuilder -g ``

  1. Initialize and configure DAB with:

``sh dab init --database-type mssql --connection-string "@env('my-connection-string')" --host-mode development ``

  1. Add your database entities and start the server:

``sh dab add Todo --source "dbo.Todo" --permissions "anonymous:*" dab start ``

wren-engine · Install

Installation

Through MCP

  1. Clone the repository: git clone https://github.com/Canner/wren-engine
  2. Navigate to the MCP server: cd wren-engine/mcp-server
  3. Follow the setup instructions in the README

Through AI Agents

  1. Follow the [Installation guide](https://docs.getwren.ai/oss/engine/get_started/installation)
  2. Set up quickstart with [jaffle_shop example](https://docs.getwren.ai/oss/engine/get_started/quickstart)

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "wren": {
      "command": "uv",
      "args": ["run", "mcp-server", "serve"],
      "env": {
        "WREN_ENGINE_PATH": "/path/to/wren-engine"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.