Skip to main content
Glama
mhalle

Datasette MCP

by mhalle

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATASETTE_MCP_CONFIGNoPath to configuration file. Automatically searched if not set.

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
execute_sqlC

Execute SQL query against a Datasette instance.

search_tableC

Full-text search within a table using Datasette's search functionality.

list_instancesA

List all configured Datasette instances.

Returns: List of instances with their configuration details

list_databasesB

List all databases in a Datasette instance.

describe_databaseA

Get complete database metadata including all table schemas and column information.

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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: describing a database, executing SQL, listing databases, listing instances, and searching a table. There is no functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (describe_database, execute_sql, list_databases, list_instances, search_table).

Tool Count5/5

With 5 tools, the server is well-scoped for interacting with a Datasette instance, covering metadata retrieval, SQL execution, and full-text search without unnecessary complexity.

Completeness5/5

The tool surface covers all core operations expected for a Datasette instance: listing instances and databases, describing schemas, executing arbitrary SQL, and performing full-text search. No obvious gaps for the intended use case.

Maintenance

ActivityInactive
ResponsivenessNo issues