ProTools MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PROVIDER | No | Default LLM providers (comma-separated): openai, gemini | openai,gemini |
| GEMINI_API_KEY | No | Google AI API Key for Gemini | |
| OPENAI_API_KEY | No | OpenAI API Key | |
| OPENAI_BASE_URL | No | Optional custom API base URL for OpenAI | |
| ASK_USER_FEEDBACK | No | Ask user for feedback after review (true/false) | false |
| CONCURRENT_REVIEW | No | Enable concurrent review (true/false) | true |
| GEMINI_THINKING_LEVEL | No | Thinking level for Gemini: NONE | LOW | MEDIUM | HIGH | HIGH |
| OPENAI_REASONING_EFFORT | No | Reasoning effort for OpenAI: none | low | medium | high | xhigh | medium |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| protools_merge_filesA | 合并多个源代码文件,供对话模型作为上下文使用。支持压缩模式(full/compact/skeleton)、扩展名过滤、排除规则、分组输出。 |
| protools_code_reviewB | 使用 AI 对代码进行审查,支持安全性、性能、质量和可维护性分析。支持 OpenAI GPT-5.2 和 Google Gemini 3 Flash。 |
| protools_code_review_startA | 启动异步代码审查任务,返回任务 ID 并支持查询进度或获取部分结果。 重要:审查结果需要批判性分析
高效等待(避免轮询)
|
| protools_code_review_statusA | 查询异步代码审查任务状态,可获取部分或最终结果。 注意:审查结果需批判性分析,详见 protools_code_review_start 的说明。 |
| protools_document_suggestA | 从代码/配置变更中提取隐含规范,生成结构化文档。 文档类型
输出格式
使用示例
|
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
- 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/hotic/protools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server