mcp-turso-cloud
🗂️ A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs.
Install / Use
claude mcp add spences10 -- npx -y github:spences10/mcp-turso-cloudIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AI & Machine LearningSupported Platforms
Skill content
View source on GitHub{ "name": "mcp-turso-cloud", "version": "0.0.11", "description": "MCP server for integrating Turso with LLMs", "mcpName": "io.github.spences10/mcp-turso-cloud", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-turso-cloud": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npx @modelcontextprotocol/inspector dist/index.js", "changeset": "changeset", "version": "changeset version", "release": "pnpm run build && changeset publish", "sync-server-json": "node -e "const pkg = require('./package.json'); const server = require('./server.json'); server.version = pkg.version; server.packages[0].version = pkg.version; require('fs').writeFileSync('./server.json', JSON.stringify(server, null, 2));"", "publish-mcp": "pnpm run sync-server-json && mcp-publisher publish" }, "keywords": [ "mcp", "model-context-protocol", "turso", "database", "vector-search", "libsql", "sqlite", "sql", "llm", "ai", "vector-database", "embeddings", "similarity-search" ], "author": "Scott Spence", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.29.8", "@types/node": "^25.0.2", "typescript": "^6.0.0" }, "dependencies": { "@libsql/client": "^0.17.0", "@tmcp/adapter-zod": "^0.1.7", "@tmcp/transport-stdio": "^0.4.1", "tmcp": "^1.19.0", "zod": "^4.2.0" } }
Related Skills
caveman
107.1k🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
83.5kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Security Score
Audited on Invalid Date
