MCP Probe Kit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detect_shellC | 【套壳鉴定】执行套壳探针检测,返回 JSON 指纹 |
| init_settingB | 【初始化配置】在 .cursor/settings.json 中写入推荐的 AI 配置 |
| init_projectC | 【初始化工程】按照 Spec-Driven Development 方式创建项目结构和任务分解,参考 https://github.com/github/spec-kit |
| gencommitC | 【生成提交】分析代码变更并生成规范的 Git commit 消息(支持 emoji) |
| debugC | 【调试助手】分析错误并生成调试策略和解决方案 |
| genapiC | 【生成文档】为代码生成 API 文档(支持 Markdown、OpenAPI、JSDoc 格式) |
| code_reviewC | 【代码审查】全面审查代码质量、安全性、性能和最佳实践 |
| gentestC | 【生成测试】为代码生成完整的测试用例(支持 Jest/Vitest/Mocha) |
| genprC | 【生成 PR】分析变更并生成规范的 Pull Request 描述 |
| check_depsB | 【依赖检查】分析项目依赖的健康度(版本、安全漏洞、体积) |
| gendocB | 【生成注释】为代码生成详细的 JSDoc/TSDoc 注释 |
| genchangelogC | 【生成 Changelog】根据 commit 历史生成 CHANGELOG.md |
| refactorC | 【重构建议】分析代码并提供重构建议和实施计划 |
| perfC | 【性能分析】分析代码性能瓶颈并提供优化建议 |
| fixC | 【自动修复】自动修复代码问题(Lint、TypeScript、格式化等) |
| gensqlC | 【SQL 生成器】根据描述生成 SQL 查询语句 |
| resolve_conflictC | 【Git 冲突解决】分析并解决 Git 冲突 |
| genuiC | 【UI 组件生成器】生成 React/Vue UI 组件代码 |
| explainC | 【代码解释器】详细解释代码逻辑和原理 |
| convertC | 【代码转换器】转换代码格式/框架(JS→TS、Class→Hooks 等) |
| genreadmeC | 【README 生成器】根据项目代码生成 README.md 文档 |
| splitC | 【文件拆分】将大文件拆分成多个小文件或小组件 |
| analyze_projectC | 【项目分析】深度分析项目结构、代码质量和架构,帮助AI快速理解老项目 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 服务器状态 | MCP Probe Kit 服务器当前状态 |
Latest Blog Posts
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/mybolide/mcp-probe-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server