Serversio.github.mbentham/sqlaugur
S

SqlAugur

io.github.mbentham/sqlaugur · v1.3.1
▦ nuget
v1.3.1nuget nuget: SqlAugur↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mbentham/sqlaugur",
  "description": "MCP server providing AI assistants with safe, read-only SQL Server access",
  "title": "SqlAugur",
  "repository": {
    "url": "https://github.com/mbentham/SqlAugur",
    "source": "github"
  },
  "version": "1.3.1",
  "websiteUrl": "https://github.com/mbentham/SqlAugur",
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "SqlAugur",
      "version": "1.3.1",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}