mcpbeat Sign in

sqlglass MCP Server

local only

sqlglass runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

SQL Server / Azure SQL for agents: real schema, lint, read-only runs, plans, write previews.

Installs / week
pypi · sqlglass
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check sqlglass every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sqlglass -- uvx sqlglass
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sqlglass": {
      "args": [
        "sqlglass"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sqlglass]
command = "uvx"
args = ["sqlglass"]
.cursor/mcp.json
{
  "mcpServers": {
    "sqlglass": {
      "args": [
        "sqlglass"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sqlglass": {
      "args": [
        "sqlglass"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SQLGLASS_CONFIG (Path to sqlglass.toml (connection definitions). Optional if the file is in the workspace or the user data folder.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to sqlglass

same job, measured the same way
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
Inforcer
by wyre-ai

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Inforcer
by wyre-technology

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Tenki Sandbox MCP
by luxorlabs

Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.

70 installs/wk local only
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

52 installs/wk local only
Orm MCP
by apolocine

MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.

27 installs/wk local only
Sonar MCP Server
by igorolv

Read-only SonarQube Community Build access for AI agents: issues, hotspots, rules, code snippets

local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only

sqlglass — questions

Answers built from our own checks of this server.

Why is there no uptime for sqlglass?
sqlglass runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sqlglass.
How do I connect sqlglass?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sqlglass straight from pypi; nothing to host, nothing to sign up for.
Is sqlglass open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.