MCP Sqlite
Rank #17,694io.github.rosch100/mcp-sqlite
MCP server providing sqlite capabilities
MCP Sqlite is a Model Context Protocol (MCP) server published by rosch100. It ranks #17,694 of 132,046 servers tracked on MCP Toplist. MCP Sqlite is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Nov 17, 2025 and most recently updated on Nov 30, 2025.
Ranks ahead of 114,352 of 132,046 servers on MCP Toplist.
Use MCP Sqlite
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-sqlite -e "DB_PATH=<your DB_PATH>" -e "DB_PASSPHRASE=<your DB_PASSPHRASE>" -- docker run -i --rm ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1Replace each placeholder with your own value before saving.
[mcp_servers.mcp-sqlite]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"]
[mcp_servers.mcp-sqlite.env]
DB_PATH = "<your DB_PATH>"
DB_PASSPHRASE = "<your DB_PASSPHRASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sqlite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<your DB_PATH>",
"DB_PASSPHRASE": "<your DB_PASSPHRASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sqlite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<your DB_PATH>",
"DB_PASSPHRASE": "<your DB_PASSPHRASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-sqlite": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<your DB_PATH>",
"DB_PASSPHRASE": "<your DB_PASSPHRASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sqlite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<your DB_PATH>",
"DB_PASSPHRASE": "<your DB_PASSPHRASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sqlite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "<your DB_PATH>",
"DB_PASSPHRASE": "<your DB_PASSPHRASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rosch100%2Fmcp-sqlite)<a href="https://mcptoplist.com/server/io.github.rosch100%2Fmcp-sqlite"><img src="https://mcptoplist.com/badge/io.github.rosch100%2Fmcp-sqlite.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
rosch100
Available versions (14)
| Version | Published |
|---|---|
| 0.4.1 | Nov 30, 2025 |
| 0.4.0 | Nov 30, 2025 |
| 0.3.8 | Nov 30, 2025 |
| 0.3.7 | Nov 30, 2025 |
| 0.3.6 | Nov 30, 2025 |
| 0.3.5 | Nov 30, 2025 |
| 0.3.3 | Nov 29, 2025 |
| 0.3.2 | Nov 29, 2025 |
| 0.3.1 | Nov 18, 2025 |
| 0.3.0 | Nov 18, 2025 |
| 0.2.4 | Nov 18, 2025 |
| 0.2.2 | Nov 17, 2025 |
| 0.2.1 | Nov 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Sqlite?
- MCP Sqlite is maintained by rosch100, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is MCP Sqlite listed on the Official MCP Registry?
- Yes — MCP Sqlite is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Sqlite have?
- MCP Toplist tracks 14 versions of MCP Sqlite, most recently published on Nov 30, 2025.
- Where can I find the source code for MCP Sqlite?
- The source code for MCP Sqlite is hosted at github.com/rosch100/mcp-sqlite.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.