Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created April 16, 2025 16:44
Show Gist options
  • Save vedovelli/b4e537f229625f96f9120dd4010a8ce1 to your computer and use it in GitHub Desktop.
Save vedovelli/b4e537f229625f96f9120dd4010a8ce1 to your computer and use it in GitHub Desktop.
SQLite MCP config
{
"mcpServers": {
"sqlite": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--network=host",
"-v",
"/Users/fabiovedovelli/Herd/gestao-simples/database/database.sqlite:/mcp/database/database.sqlite",
"mcp/sqlite",
"--db-path",
"/mcp/database/database.sqlite"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment