mcp-server-sqlite
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 |
|---|---|
| queryA | Execute a SQL query against a SQLite database. Returns results as a formatted table. Read-only by default. |
| schemaA | Get the schema of a SQLite database: all tables with columns and row counts. |
| table_infoA | Get detailed info about a single table: columns, types, constraints, and row count. |
| explainC | Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries. |
| list_databasesB | 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 | |
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/ofershap/mcp-server-sqlite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server