Trino MCP Server

[project] name = "mcp_server_trino" version = "0.1.1" description = "A Model Context Protocol (MCP) server that enables secure interaction with Trino. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making data exploration and analysis safer and more structured." readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "trino==0.333.0", ] [[project.authors]] name = "Mahesh Premachandran" email = "mahesh@getdataring.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] mcp_server_trino = "mcp_server_trino:main"