Skip to main content
Glama

Tinybird MCP server

Official
by tinybirdco
stdio.py515 B
import logging import mcp.server.stdio logger = logging.getLogger(__name__) class STDIOHandler: def __init__(self, server, init_options): self.server = server self.init_options = init_options async def handle_stdio(self): """Handle STDIO communication""" async with mcp.server.stdio.stdio_server() as (read_stream, write_stream): await self.server.run( read_stream, write_stream, self.init_options )

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/tinybirdco/mcp-tinybird'

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