We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tylerstoltz/mcp-odbc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sqlite.ini•516 B
; SQLite ODBC Configuration
; Example configuration for connecting to a SQLite database via ODBC
[SERVER]
; Default connection to use if not specified
default_connection = sqlite_db
; Maximum rows to return per query (default: 1000)
max_rows = 1000
; Query timeout in seconds (default: 30)
timeout = 30
[sqlite_db]
; DSN-based connection - replace with your SQLite DSN name
dsn = SQLite_DSN_Name
; SQLite typically doesn't need username/password
; readonly = true enforces read-only mode for safety
readonly = true