MCP ConfigsMay 14, 2026·2 min read

StarRocks MCP Server — Streamable HTTP + Stdio

StarRocks/mcp-server-starrocks is an MCP server for StarRocks (stdio+HTTP); verified 171★ and documents overview caps and output paths.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Uv
Trust
Trust: Established
Entrypoint
uv run mcp-server-starrocks --mode streamable-http --port 8000
Universal CLI install command
npx tokrepo install 328e6bc8-c6f3-5074-9ea4-13f0f0adc3d1
Intro

StarRocks/mcp-server-starrocks is an MCP server for StarRocks (stdio+HTTP); verified 171★ and documents overview caps and output paths.

Best for: Analytical teams who want an MCP bridge to StarRocks for schema overview and read queries from AI tools

Works with: MCP hosts (Claude Desktop/Cursor) via stdio, or remote clients via streamable HTTP/SSE; StarRocks URL/env vars

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 171 stars · 54 forks · pushed 2026-05-07.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: uv run mcp-server-starrocks --mode streamable-http --port 8000.

Main

  • Start with --test to validate credentials/URL before wiring MCP host configs.

  • Use STARROCKS_OVERVIEW_LIMIT to cap overview output and avoid huge schema dumps on large clusters.

  • Control file outputs: STARROCKS_MCP_OUTPUT_DIR determines where relative output files land (docs note files are written where the MCP server runs).

Source-backed notes

  • README shows uv run mcp-server-starrocks examples for Streamable HTTP and stdio modes, plus a --test flag.
  • Docs list STARROCKS_OVERVIEW_LIMIT (default 20000 chars) to cap overview tool output.
  • Docs describe STARROCKS_MCP_OUTPUT_DIR for 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_LIMIT and keep output files under STARROCKS_MCP_OUTPUT_DIR.
🙏

Source & Thanks

Source: https://github.com/StarRocks/mcp-server-starrocks > License: Apache-2.0 > GitHub stars: 171 · forks: 54

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets