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.
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.
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.
claude mcp add sqlglass -- uvx sqlglass
{
"mcpServers": {
"sqlglass": {
"args": [
"sqlglass"
],
"command": "uvx"
}
}
}
[mcp_servers.sqlglass]
command = "uvx"
args = ["sqlglass"]
{
"mcpServers": {
"sqlglass": {
"args": [
"sqlglass"
],
"command": "uvx"
}
}
}
{
"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.
Read-only MCP server for exposing database schema metadata without row data.
Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.
Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.
Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.
Read-only SonarQube Community Build access for AI agents: issues, hotspots, rules, code snippets
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
Answers built from our own checks of this server.