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
mcp-sqlite-server.js•169 B
#!/usr/bin/env node
/**
* Binary entry point for SQLite MCP Server
* This file is used when the package is installed via npm/npx
*/
require('../dist/cli/index.js');