Astron MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | 通用API Key,用于HTTP模式的讯飞或火山(推荐) | |
| PROVIDER | No | Provider type: xfyun-coding, xfyun-http, xfyun-websocket, volcengine-coding | |
| LOG_LEVEL | No | 日志级别 | |
| SPARK_MODE | No | 旧版模式变量:coding / http / websocket(兼容) | |
| SPARK_APP_ID | No | WebSocket模式AppID | |
| SPARK_WS_URL | No | WebSocket端点覆盖 | |
| SPARK_API_KEY | No | WebSocket签名用的API Key,也可作为HTTP模式的回退 | |
| SPARK_API_URL | No | 讯飞HTTP端点覆盖 | |
| MCP_MAX_TOKENS | No | 单次最大输出tokens | |
| MCP_MAX_MESSAGES | No | 单会话最大消息数 | |
| SPARK_API_SECRET | No | WebSocket模式APISecret | |
| VOLCENGINE_MODEL | No | 火山默认模型覆盖 | |
| SPARK_API_PASSWORD | No | 讯飞Coding Plan / HTTP模式的API Key或APIPassword(备选) | |
| VOLCENGINE_API_KEY | No | 火山方舟Coding Plan API Key(备选) | |
| VOLCENGINE_API_URL | No | 火山HTTP端点覆盖 | |
| MCP_TIMEOUT_SECONDS | No | 请求超时(秒),默认300 | |
| SPARK_DEFAULT_MODEL | No | 讯飞默认模型覆盖 | |
| MCP_MAX_CONTEXT_CHARS | No | 上下文字符上限 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatA | 与 Coding Plan 服务进行通用多轮对话,可用于代码审查、计划审查、问题分析等。 必选参数:PROMPT(任务指令)、cd(工作目录)。 可选参数:SESSION_ID(继续会话)、model(模型版本)、return_all_messages(返回完整历史)。 |
| review_codeA | 对给定代码进行审查,输出风险、Bug、可读性、安全性与改进建议。 必选参数:CODE(代码文本)、cd(工作目录)。 可选参数:REQUIREMENTS(额外要求/上下文)、SESSION_ID、model、return_all_messages。 |
| review_planA | 对项目计划/实施方案进行审查,评估需求、技术选型、风险与可执行性。 必选参数:PLAN(计划文本)、cd(工作目录)。 可选参数:CONTEXT(项目背景)、SESSION_ID、model、return_all_messages。 |
| get_token_statsA | 查询 Coding Bridge MCP 的 token 用量统计。 必选参数:cd(工作目录)。 可选参数:SESSION_ID(指定会话,空字符串或不传则汇总当前进程所有会话)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/htmambo/coding-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server