Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query | Execute a SQL query against a SQLite database. Returns results as a formatted table. Read-only by default. |
| schema | Get the schema of a SQLite database: all tables with columns and row counts. |
| table_info | Get detailed info about a single table: columns, types, constraints, and row count. |
| explain | Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries. |
| list_databases | List all SQLite database files (.db, .sqlite, .sqlite3) in a directory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |