{"openapi":"3.1.0","info":{"title":"Turso MCP Server","description":"Turso MCP 서버로 엣지에서 동작하는 libSQL(SQLite 포크) 데이터베이스를 관리합니다. 글로벌 복제, 임베디드 레플리카, 브랜칭 기능으로 지연 시간을 최소화하면서도 SQL 친숙성을 유지합니다.","version":"1.0.0","x-fusepie-id":"mcp-turso","x-fusepie-category":"data","x-fusepie-provider":"Turso"},"servers":[{"url":"@anthropic/mcp-turso","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_turso","summary":"Turso MCP Server","description":"Turso MCP 서버로 엣지에서 동작하는 libSQL(SQLite 포크) 데이터베이스를 관리합니다. 글로벌 복제, 임베디드 레플리카, 브랜칭 기능으로 지연 시간을 최소화하면서도 SQL 친숙성을 유지합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-turso":{"command":"npx","args":["-y","@fusepie/mcp-mcp-turso"],"env":{"API_KEY":""}}}}}