mcp-sqlite-tools-plus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Verbose diagnostic logging to stderr. | false |
| SQLITE_BACKUP_PATH | No | Default destination for backup_database. | ./backups |
| SQLITE_BUSY_TIMEOUT | No | SQLite busy (lock) timeout in ms. Valid range 1000–300000. | 30000 |
| SQLITE_DEFAULT_PATH | No | Base directory for databases. Relative DB paths resolve here. | current working dir |
| SQLITE_MAX_QUERY_TIME | No | Deprecated alias of SQLITE_BUSY_TIMEOUT. Not a query-runtime limit. | = busy timeout |
| SQLITE_ALLOW_ABSOLUTE_PATHS | No | If true, the agent can open/write databases anywhere on disk. Set to false to confine activity to SQLITE_DEFAULT_PATH. | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MauricioPerera/mcp-sqlite-tools-plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server