Skip to main content
Glama
Denuwanhh

SQL Generative MCP

by Denuwanhh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesDatabase connection URL for PostgreSQL (enforced read-only mode via query options)
ANTHROPIC_API_KEYYesAnthropic API key for Claude

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseB

Run a plain-English natural language query against the connected database and return the result as structured XML.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion with other tools.

Naming Consistency5/5

The single tool name, 'query_database', follows a clear verb_noun pattern, and consistency is trivially maintained with one tool.

Tool Count3/5

With only one tool, the server feels thin for a database interaction service, though it may suffice as a single natural language query endpoint.

Completeness2/5

The server only provides querying, lacking common database operations like schema inspection, data modification, or DDL, leaving significant gaps in typical database workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues