Confidential guide on numerology and astrology, based of GG33 Public information

MCP-Server-Starrocks
Servidor Starrocks MCP (Protocolo de contexto del modelo)
3 years
Works with Finder
3
Github Watches
7
Github Forks
14
Github Stars
Starrocks Official MCP server
The StarRocks MCP Server acts as a bridge between AI assistants and StarRocks databases, allowing for direct SQL execution and database exploration without requiring complex setup or configuration.
Configuration
MCP server config
{
"mcpServers": {
"mcp-server-starrocks": {
"command": "uv",
"args": [
"run",
"--with",
"mcp-server-starrocks",
"mcp-server-starrocks"
],
"env": {
"STARROCKS_HOST": "default localhost",
"STARROCKS_PORT": "default 9030",
"STARROCKS_USER": "default root",
"STARROCKS_PASSWORD": "default empty"
}
}
}
}
If mcp-server-starrocks is not installed as python package(in dev env), can run using local dir
{
"mcpServers": {
"mcp-server-starrocks": {
"command": "uv",
"args": [
"--directory",
"path/to/mcp-server-starrocks",
"run",
"mcp-server-starrocks"
],
"env": {
"STARROCKS_HOST": "default localhost",
"STARROCKS_PORT": "default 9030",
"STARROCKS_USER": "default root",
"STARROCKS_PASSWORD": "default empty"
}
}
}
}
Components
Tools
-
read_query
- Execute a SELECT query or commands that return a ResultSet
-
write_query
- Execute an DDL/DML or other StarRocks command that do not have a ResultSet
Resources
Direct Resources
-
starrocks:///databases
- Lists all databases in StarRocks
Resource Templates
-
starrocks:///{db}/{table}/schema
- Gets the schema of a table using SHOW CREATE TABLE
-
starrocks:///{db}/tables
- Lists all tables in a specific database
-
proc:///{+path}
- System internal information exposed by StarRocks similar to linux /proc
- Common paths include:
-
/frontends
- Shows the information of FE nodes -
/backends
- Shows the information of BE nodes if this SR is non cloud native deployment -
/compute_nodes
- Shows the information of CN nodes if this SR is cloud native deployment -
/dbs
- Shows the information of databases -
/dbs/<DB_ID>
- Shows the information of a database by database ID -
/dbs/<DB_ID>/<TABLE_ID>
- Shows the information of tables by database ID -
/dbs/<DB_ID>/<TABLE_ID>/partitions
- Shows the information of partitions by database ID and table ID -
/transactions
- Shows the information of transactions by database -
/transactions/<DB_ID>
- Shows the information of transactions by database ID -
/transactions/<DB_ID>/running
- Shows the information of running transactions by database ID -
/transactions/<DB_ID>/finished
- Shows the information of finished transactions by database ID -
/jobs
- Shows the information of jobs -
/statistic
- Shows the statistics of each database -
/tasks
- Shows the total number of all generic tasks and the failed tasks -
/cluster_balance
- Shows the load balance information -
/routine_loads
- Shows the information of Routine Load -
/colocation_group
- Shows the information of Colocate Join groups -
/catalog
- Shows the information of catalogs
-
Prompts
None
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Servidores MCP impresionantes: una lista curada de servidores de protocolo de contexto del modelo
Reviews

user_ENOumRLo
As a dedicated user of mcp-server-starrocks, I can confidently say this product by StarRocks is exceptional. Its seamless integration and robust performance make data management effortless. Whether for scaling your system or handling complex queries, this server stands out. Highly recommended! Check it out at https://github.com/StarRocks/mcp-server-starrocks.