Skip to main content
Glama

mcp-server-starrocks

__init__.py264 B
from dataclasses import dataclass from typing import Optional @dataclass class Config: """Configuration for the StarRocks MCP server.""" host: str port: int user: str database: str password: Optional[str] = None readonly: bool = False

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/hagsmand/mcp-server-starrocks'

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