jparkerweb/mcp-sqlite
Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.
Quick Start
Clone the repository:
git clone https://github.com/jparkerweb/mcp-sqliteClaude Desktop configuration example:
{
"mcpServers": {
"mcp-sqlite": {
"command": "npx",
"args": [
"-y",
"jparkerweb/mcp-sqlite"
]
}
}
}Check the repository README for specific installation and configuration instructions.