Main
Start with
--testto validate credentials/URL before wiring MCP host configs.Use
STARROCKS_OVERVIEW_LIMITto cap overview output and avoid huge schema dumps on large clusters.Control file outputs:
STARROCKS_MCP_OUTPUT_DIRdetermines where relative output files land (docs note files are written where the MCP server runs).
Source-backed notes
- README shows
uv run mcp-server-starrocksexamples for Streamable HTTP and stdio modes, plus a--testflag. - Docs list
STARROCKS_OVERVIEW_LIMIT(default 20000 chars) to cap overview tool output. - Docs describe
STARROCKS_MCP_OUTPUT_DIRfor output files and warn outputs are written on the server machine.
FAQ
- Is this a StarRocks client or an MCP server?: It’s an MCP server wrapper that exposes StarRocks access to MCP hosts/clients (per README).
- Can it run remotely?: Yes — README documents Streamable HTTP/SSE transports in addition to stdio.
- How do I avoid huge outputs?: Use
STARROCKS_OVERVIEW_LIMITand keep output files underSTARROCKS_MCP_OUTPUT_DIR.