Agent Skills
› loocor/codmate
› mcp-wizard
mcp-wizard
GitHub根据用户意图生成 MCP Server 配置草案,自动识别通信模式并输出标准 JSON。
Trigger Scenarios
需要创建或配置 MCP 服务器
不确定 MCP 服务器的连接方式
Install
npx skills add loocor/codmate --skill mcp-wizard -g -y
SKILL.md
Frontmatter
{
"name": "mcp-wizard",
"metadata": {
"short-description": "Generate MCP server drafts in JSON."
},
"description": "Generate MCP server drafts from requirements."
}
MCP Wizard
Overview
Generate a CodMate MCP server draft based on user intent. Output only JSON that matches the schema.
Instructions
- Determine server kind (stdio, sse, streamable_http).
- Provide command/args/env for stdio, or url/headers for network kinds.
- If unclear, return mode "question" with follow-up questions.
Output
Return only JSON.
Version History
- 0.5.9 Current 2026-07-24 20:28


