/ Directorio / Playground / MCP Trino
● Comunidad tuannvm ⚡ Instantáneo

MCP Trino

por tuannvm · tuannvm/mcp-trino

High-performance Go MCP server for the Trino distributed SQL engine.

MCP Trino is a MCP server that high-performance go mcp server for the trino distributed sql engine Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

mcp-trino-tuannvm.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-trino-tuannvm": {
      "command": "go",
      "args": [
        "run",
        "github.com/tuannvm/mcp-trino@latest"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-trino-tuannvm": {
      "command": "go",
      "args": [
        "run",
        "github.com/tuannvm/mcp-trino@latest"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-trino-tuannvm": {
      "command": "go",
      "args": [
        "run",
        "github.com/tuannvm/mcp-trino@latest"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-trino-tuannvm": {
      "command": "go",
      "args": [
        "run",
        "github.com/tuannvm/mcp-trino@latest"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-trino-tuannvm",
      "command": "go",
      "args": [
        "run",
        "github.com/tuannvm/mcp-trino@latest"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-trino-tuannvm": {
      "command": {
        "path": "go",
        "args": [
          "run",
          "github.com/tuannvm/mcp-trino@latest"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add mcp-trino-tuannvm -- go run github.com/tuannvm/mcp-trino@latest

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: MCP Trino

Use MCP Trino for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Cuándo usarlo: You want MCP server integration for database work without writing glue code.

Requisitos previos
  • Repo installed / cloned — See repo README
Flujo
  1. Install
    Set up the MCP Trino MCP server.✓ Copiado
    → MCP server listed in your agent config
  2. Invoke
    Use MCP Trino to run a representative task in database.✓ Copiado
    → Tool call succeeds; result returned

Resultado: Real database work completed via MCP Trino with one chat.

Errores comunes
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

mcp-trino-tuannvm + filesystem

Pair with filesystem for database workflows that need local file IO.

Use MCP Trino together with filesystem.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
primary_call task-specific For the main use case Varies

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Provider rate limits apply
Tokens por llamada
Varies
Monetario
Free / pay provider directly
Consejo
Cache results; batch calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables or your OS keychain.
Salida de datos: Depends on integration

Resolución de problemas

Errores comunes y soluciones

Confirm install and restart your agent.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills