skill builder mcp for Zed
com.dmzagent/skill-builder-mcp
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
client:Zed
transport:stdio
runtime:npm
Install skill builder mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<SKILL_API_URL>",
"SKILL_TOKEN": "<SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<SKILL_TARGET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs