Metadata-Version: 2.4
Name: trino-mcp
Version: 0.2.2
Summary: A simple Model Context Protocol (MCP) server for Trino with OAuth support
Project-URL: Homepage, https://github.com/weijie-tan3/trino-mcp
Project-URL: Repository, https://github.com/weijie-tan3/trino-mcp
Project-URL: Issues, https://github.com/weijie-tan3/trino-mcp/issues
Project-URL: Documentation, https://github.com/weijie-tan3/trino-mcp#readme
Author: Trino MCP Contributors
License: MIT
License-File: LICENSE
Keywords: ai,llm,mcp,model-context-protocol,trino
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: mcp>=1.6.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: sqlglot>=27.0.0
Requires-Dist: trino>=0.333.0
Provides-Extra: azure
Requires-Dist: azure-identity>=1.14.0; extra == 'azure'
Description-Content-Type: text/markdown

# Trino MCP Server

[![CI](https://github.com/weijie-tan3/trino-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/weijie-tan3/trino-mcp/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/weijie-tan3/trino-mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/weijie-tan3/trino-mcp)
[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A simple Model Context Protocol (MCP) server for Trino query engine with OAuth and Azure Service Principal (SPN) support.

## Quick Start

```bash
# Run directly (no installation needed)
uvx trino-mcp

# Or install via pip
pip install trino-mcp
```

## Documentation

For full documentation, configuration options, and examples, see the [GitHub repository](https://github.com/weijie-tan3/trino-mcp).
