← Index

io.github.coregentdevspace/sql-server-analyst-mcp

io.github.coregentdevspace/sql-server-analyst-mcp·v0.1.1·Other

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

Trust verdict · v1 advisory · method
NOT YET SCREENEDno verdict on file

Verdict not yet evaluated for this tool. The semantic screen takes adversarial cases first; coverage rolls out as the corpus expands (15/150 labels to graduation). The deterministic conformance probe is built but has not yet run on the public corpus, so a recorded verdict here is REVIEW or UNVERIFIED, never a clearing ALLOW. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: the eval, four-state verdict, honest limits.

Own this server? Screen its description →

Environment variables
MSSQL_SERVER
required

SQL Server hostname or FQDN (e.g. <name>.database.windows.net for Azure SQL).

MSSQL_PORT

TCP port (default 1433; set 0 for named instance with dynamic port).

MSSQL_DATABASE

Default database to connect to. Most tools also accept an override argument.

MSSQL_USER
required

SQL authentication login name.

MSSQL_PASSWORD
requiredsecret

SQL authentication password. Quote values containing '#' in .env files.

MSSQL_ENCRYPT

Encrypt the connection (true|false). Required true for Azure SQL.

MSSQL_TRUST_SERVER_CERT

Trust self-signed certificates (true|false). Use true only for local dev.

ALLOWED_DATABASES

Comma-separated allowlist of databases the server may access. Empty = unrestricted.

ALLOWED_SCHEMAS

Comma-separated allowlist of schemas for schema tools. Empty = unrestricted.

MAX_ROWS

Default row limit per safe query (default 100).

MAX_ROWS_LIMIT

Hard cap on query rows (default 1000).

QUERY_TIMEOUT_MS

Query execution timeout in milliseconds (default 30000).

LOG_LEVEL

error | warn | info | debug (default info).

MCP quality score · maturity, not trust · methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
Alternatives in Other