name: danbooru-turso-mcp
tagline: Collect Danbooru character data and store in Turso database
description: |
Simple MCP server for collecting Danbooru character data and storing it in Turso cloud database.
Features:
- Collect all posts for a character tag with automatic pagination
- Store in Turso database with automatic upsert (INSERT OR REPLACE)
- Handles duplicates - updates existing posts automatically
Perfect for building a personal Danbooru dataset in the cloud.
runtime: "container"
startCommand:
type: http
port: 3000
configSchema:
type: object
required: ["TURSO_DATABASE_URL", "TURSO_AUTH_TOKEN"]
properties:
TURSO_DATABASE_URL:
type: string
title: "Turso Database URL"
description: "Your Turso database URL (e.g., libsql://danbooru-posts-xxx.turso.io)"
TURSO_AUTH_TOKEN:
type: string
title: "Turso Auth Token"
description: "Your Turso authentication token"
PORT:
type: string
title: "Server Port"
description: "Server port (default: 3000)"
default: "3000"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gamzadongza/danbooru-turso-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server