MCP Server
MCP
io.github.arifulislamat/database-mcp-libsql
MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.
Install
npx -y @database-mcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@database-mcp/libsql",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Database URL (file path or libsql://... remote)",
"isRequired": true,
"format": "string",
"name": "LIBSQL_URL"
},
{
"description": "Auth token for remote libSQL/Turso databases",
"format": "string",
"isSecret": true,
"name": "LIBSQL_AUTH_TOKEN"
}
]
},
{
"registryType": "pypi",
"identifier": "database-mcp-libsql",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Database URL (file path or libsql://... remote)",
"isRequired": true,
"format": "string",
"name": "LIBSQL_URL"
},
{
"description": "Auth token for remote libSQL/Turso databases",
"format": "string",
"isSecret": true,
"name": "LIBSQL_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment