← Back to Plugins
MCP Server MCP

io.github.spences10/mcp-turso-cloud

github By github 👁 1 views ▲ 0 votes

MCP server for integrating Turso with LLMs

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...