A Node.js implementation of the Model Context Protocol SQLite server with a simplified API
| Tool name | Description | Destructive? |
|---|---|---|
| execute_query⚠ | ⚠ yes | |
| list_tables | ✓ no | |
| save_database | ✓ no | |
| execute_query_with_url⚠ | ⚠ yes | |
| create_view | ✓ no |
{
"mcpServers": {
"pollinationsmcp-sqlite": {
"command": "npx",
"args": [
"-y",
"@pollinations/mcp-server-sqlite"
]
}
}
}