mcp turso cloud for Cline
io.github.spences10/mcp-turso-cloud
MCP server for integrating Turso with LLMs
client:Cline
transport:stdio
runtime:npm
Install mcp turso cloud in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-turso-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-turso-cloud"
],
"env": {
"TURSO_API_TOKEN": "<TURSO_API_TOKEN>",
"TURSO_ORGANIZATION": "<TURSO_ORGANIZATION>",
"TURSO_DEFAULT_DATABASE": "<TURSO_DEFAULT_DATABASE>",
"TOKEN_EXPIRATION": "<TOKEN_EXPIRATION>",
"TOKEN_PERMISSION": "<TOKEN_PERMISSION>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs