Skip to main content
Glama
PlanetMarc

SqlDb-MCP-Server

by PlanetMarc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_NAMEYesDatabase name
DB_USERYesDatabase username
DB_SERVERYesDatabase server URL
DB_ENCRYPTNoUse encryption (recommended for Azure SQL)true
DB_PASSWORDYesDatabase password
DB_TRUST_CERTNoTrust self-signed certificatesfalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryB

Execute a SQL query on the database

get_schema_infoA

Retrieve database schema information, including tables and stored procedures

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_notesSummarize all notes

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one executes arbitrary SQL queries, the other retrieves schema metadata. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern with snake_case (execute_query, get_schema_info), making them predictable and uniform.

Tool Count3/5

With only two tools, the server feels minimal for a database-oriented MCP. While each tool is useful, the set is borderline thin for the apparent scope.

Completeness4/5

The execute_query tool can handle all SQL operations (including CRUD and DDL), and get_schema_info provides structural insight, covering core database needs. Minor gaps like dedicated transaction or table management tools exist but are not critical since they can be performed via SQL.

Maintenance

ActivityInactive
ResponsivenessNo issues