MCP Server
MCP
io.github.spences10/mcp-turso-cloud
MCP server for integrating Turso with LLMs
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-turso-cloud",
"version": "0.0.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Turso Platform API token for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TURSO_API_TOKEN"
},
{
"description": "Turso organization name",
"isRequired": true,
"format": "string",
"name": "TURSO_ORGANIZATION"
},
{
"description": "Default database name (optional)",
"format": "string",
"name": "TURSO_DEFAULT_DATABASE"
},
{
"description": "Token expiration time (default: 7d)",
"format": "string",
"name": "TOKEN_EXPIRATION"
},
{
"description": "Default token permission level (default: full-access)",
"format": "string",
"name": "TOKEN_PERMISSION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment