CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Trino

Trino

Editor's Note

This is a Go implementation that connects Claude to Trino's distributed SQL engine. It exposes six MCP tools: execute_query, list_catalogs, list_schemas, list_tables, get_table_schema, and explain_query. You can run it as a standard MCP server or use it as an interactive CLI like psql. The HTTP transport supports OAuth 2.1 through four providers (HMAC, Okta, Google, Azure AD) with automatic query attribution via Trino headers. Queries are tagged with user identity through X-Trino-Client-Tags, and there's optional impersonation via X-Trino-User. It supports named profiles in YAML or JSON for switching between Trino environments, and outputs in table, JSON, or CSV formats.

Install

claude mcp add --transport stdio tuannvm-mcp-trino uvx mcp-trino
GitHub Stars103
Votes
0
View on GitHub

Comments

Login to comment

Related Databases MCP Servers

View all →
Dolt

dolthub/dolt

0
22.7k
Provides a MySQL-compatible Dolt data store with Git-like versioning, enabling schemas and data operations with safe commits and branches.
Postgres MCP Pro

crystaldba/postgres-mcp

0
2.8k
Postgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Supabase

supabase-community/supabase-mcp

0
2.7k
Provides access to Supabase data sources and management tools for AI assistants via MCP
Crawl4AI RAG

coleam00/mcp-crawl4ai-rag

0
2.2k
Provides web crawling, RAG, and knowledge-graph capabilities for AI agents with a Supabase-backed vector store.
pg_aiguide_mcp

timescale/pg-aiguide

0
1.7k
Provides AI-optimized PostgreSQL knowledge, semantic search, and best-practice skills for coding assistants.
MCP Server MySQL

benborla/mcp-server-mysql

0
1.7k
Provides an MCP server to access MySQL databases via SSH tunnels with controlled read/write capabilities.