MCP Skills Server for Zed
io.github.srprasanna/mcp-skills-server
MCP server that loads and serves skills from a mounted directory with hot reload.
client:Zed
transport:stdio
runtime:oci
Install MCP Skills Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-skills-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skills-server:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<MCP_SKILLS_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs