Servers
SQLite MCP Server
@prayanks
These are MCP server implementations for accessing a SQLite database in your MCP client. There is both a SDIO and a SSE implementation.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sqlite-server": {
"command": "python",
"args": [
"create_db.py"
]
}
}
}