Skip to main content
Glama
server.py294 B
from mcp.server.fastmcp import FastMCP from src.application.tools.trino_tools import register_tools from src.core.config import config mcp = FastMCP(config.APP_NAME, host=config.HOST, port=config.PORT) register_tools(mcp) if __name__ == "__main__": mcp.run(transport="streamable-http")

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dreadew/trino-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server