/ Diretório / Playground / MCP Trino
● Comunidade 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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

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

Instalar

Escolha seu 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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: MCP Trino

Use MCP Trino for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quando usar: You want MCP server integration for database work without writing glue code.

Pré-requisitos
  • Repo installed / cloned — See repo README
Fluxo
  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.

Armadilhas
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combine com: filesystem

Combinações

Combine com outros MCPs para 10× de alavancagem

mcp-trino-tuannvm + filesystem

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

Use MCP Trino together with filesystem.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
primary_call task-specific For the main use case Varies

Custo e limites

O que custa rodar

Cota de API
Provider rate limits apply
Tokens por chamada
Varies
Monetário
Free / pay provider directly
Dica
Cache results; batch calls.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Use environment variables or your OS keychain.
Saída de dados: Depends on integration

Solução de problemas

Erros comuns e correções

Confirm install and restart your agent.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills