Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Uv
Confianza
Confianza: Established
Entrada
uv run mcp-server-starrocks --mode streamable-http --port 8000
Comando CLI universal
npx tokrepo install 328e6bc8-c6f3-5074-9ea4-13f0f0adc3d1
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados