Skip to main content
Glama
eukos

mcp-sequel

by eukos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_versionA

Return the installed mcp-sequel package version.

list_connectionsA

List all configured database connections.

queryB

Execute a SQL query on a database connection. Returns JSON with columns, rows, row_count, limit_applied.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: version info, listing connections, and executing queries. No overlaps or ambiguity.

Naming Consistency4/5

Two tools follow verb_noun pattern (get_version, list_connections), but 'query' is a single verb without a noun, creating minor inconsistency. Overall still clear and predictable.

Tool Count4/5

Three tools is appropriate for a focused SQL query interface. It covers basic needs without being too many or too few, though slightly minimal.

Completeness3/5

Core query functionality is present, but missing schema introspection, connection management (create/delete), or result pagination control. Gaps may force agents to work around limitations.

Maintenance

ActivitySlowing
ResponsivenessSlow