mcp-server-sqlite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SQLITE_DB_PATH | No | Path to the SQLite database file. If not set, the --db-path command-line argument must be used. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_sqlA | Exécute une ou plusieurs requêtes SQL sur la base SQLite. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no ambiguity; the agent cannot confuse it with any other tool.
The single tool name 'execute_sql' follows a clear verb_noun pattern, consistent with best practices.
One tool is minimal but fully capable for a SQLite database server, covering all operations via arbitrary SQL queries.
The tool accepts any SQL statement, enabling full CRUD, DDL, and other database operations without gaps.