MCP_server

loloopes/MCP_server
★ 0 stars Jupyter Notebook 🤖 AI/LLM Updated 6d ago
this is a mcp server that exposes trino for LLM analytics agent to query upon
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "loloopes/MCP_server"
      ]
    }
  }
}

README Excerpt

This folder contains a small [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects an LLM agent to [Trino](https://trino.io/) over the official Python client. The server is implemented in `trino_mcp.py` using [FastMCP](https://github.com/jlowin/fastmcp) and exposes tools the model can call to discover catalogs, schemas, tables, column metadata, and to run SQL with bounded row limits.

Tools (9)

TRINO_CATALOGTRINO_HOSTTRINO_HTTP_SCHEMETRINO_PASSWORDTRINO_PORTTRINO_USERTRINO_VERIFY_SSLcolumnsrows