Skip to main content
Glama

SQLite MCP Server

by berthojoris
index.d.tsโ€ข1.02 kB
#!/usr/bin/env node /** * Command Line Interface for SQLite MCP Server * Supports the exact configuration format: npx @berthojoris/mcp-sqlite-server sqlite:////path/to/mydb.sqlite list,read,utility */ declare class SQLiteMCPCLI { private logger; private program; constructor(); /** * Set up CLI commands */ private setupCommands; /** * Parse SQLite connection string */ private parseConnectionString; /** * Parse permissions string */ private parsePermissions; /** * Start the MCP server */ private startServer; /** * Show database schema */ private showSchema; /** * Display detailed table information */ private displayTableInfo; /** * Create database backup */ private createBackup; /** * Generate configuration file */ private generateConfig; /** * Run the CLI */ run(): void; } export default SQLiteMCPCLI; //# sourceMappingURL=index.d.ts.map

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/berthojoris/sqlite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server