SummitFlow MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUMMITFLOW_SITE_URL | No | The official website URL of the summit. | https://ruitcarch.cloud |
| SUMMITFLOW_AUDIT_LOG | No | Location of the desensitized audit log. | .summitflow/audit.jsonl |
| SUMMITFLOW_HTTP_HOST | No | Listen address for HTTP mode. | 127.0.0.1 |
| SUMMITFLOW_HTTP_PORT | No | Listen port for HTTP mode. | 8787 |
| SUMMITFLOW_REPO_ROOT | No | Git repository root directory. | . |
| SUMMITFLOW_ADMIN_TOKEN | No | Server-side token for accessing the registration aggregation API. | |
| SUMMITFLOW_ENABLE_GIT_WRITES | No | Whether to enable controlled Git commits. | false |
| SUMMITFLOW_HTTP_BEARER_TOKEN | No | Independent access token for HTTP mode. | |
| SUMMITFLOW_REQUEST_TIMEOUT_MS | No | Timeout for official website API requests in milliseconds. | 15000 |
| SUMMITFLOW_ENABLE_QUALITY_GATE | No | Whether to allow running the fixed quality gate. | true |
| SUMMITFLOW_ENABLE_PRODUCTION_DEPLOY | No | Whether to enable production deployment. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| summit_get_project_contextA | 返回官网技术栈、Git状态、正式域名、质量门禁和发布规则,不读取个人报名数据。 |
| summit_get_registration_summaryA | 查询累计、今日、最近一小时、主论坛和数据质量统计。只返回聚合数据,不返回姓名、手机号、邮箱或微信号。 |
| summit_get_forum_distributionA | 返回六大平行论坛、特色专场及未识别论坛的聚合报名数量。 |
| summit_get_channel_distributionA | 返回各推广渠道报名数量和占比;不返回任何报名人员明细。 |
| summit_get_forum_industry_distributionA | 返回各平行论坛报名人的行业聚合分布,不返回报名人身份信息。 |
| summit_get_site_healthA | 检查正式首页、主KV、讲师图片、报名后台和RELEASE标记。 |
| summit_review_changesA | 检查改动文件、空白错误、疑似密钥、数据库/发布风险,并给出应执行的质量门禁。不会修改文件或Git状态。 |
| summit_run_quality_gateA | 只执行仓库内固定的类型检查、MCP测试和应用测试命令;不接受任意Shell命令。 |
| summit_prepare_releaseA | 确认分支、提交、工作区和规则扫描结果,只生成报告,不会提交或部署。 |
| summit_create_commitA | 仅提交明确列出的安全路径。默认禁用;需服务端启用写权限并传入CREATE_COMMIT确认词。不会自动推送。 |
| summit_deploy_releaseA | 通过仓库原子发布脚本部署当前main提交。默认禁用;要求完整SHA、干净工作区和DEPLOY_PRODUCTION确认词。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summit_add_channel | 生成覆盖业务规则、代码修改、测试、审查和发布验证的渠道变更任务。 |
| summit_investigate_registration_drop | 从聚合报名、论坛、渠道和站点健康信息开始排查,避免默认读取个人数据。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| summit-architecture | SummitFlow所连接的官网、后台、数据库和发布系统边界。 |
| summit-release-policy | 生产发布前置条件、审批要求和回退边界。 |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zrzqbr/summitflow-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server