Complete SQLite database operations including querying, table creation, data insertion, and schema analysis with business intelligence capabilities.
uvx mcp-server-sqlite --db-path /path/to/db.sqlite
```json
{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": ["mcp-server-sqlite", "--db-path", "/path/to/db.sqlite"]
}
}
}
```
read_querywrite_querycreate_tablelist_tablesdescribe_tableComplete SQLite database operations including querying, table creation, data insertion, and schema analysis with business intelligence capabilities.
Language: Python
Category: Databases