skill mcp for Zed
io.github.chrischall/skill-mcp
Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts
client:Zed
transport:stdio
runtime:npm
Install skill mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"skill-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<SKILLS_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs