SQLite MCP Server
by sam2332
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_databaseC | Connect to a SQLite database file |
| list_tablesB | List all tables in the connected database |
| describe_tableB | Get the schema/structure of a specific table |
| query_dataC | Execute a SELECT query on the database |
| execute_queryC | Execute any SQL query (INSERT, UPDATE, DELETE, etc.) |
| get_table_infoB | Get comprehensive information about a table including schema, indexes, and sample data |
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/sam2332/mcp-quick-sqlite3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server