Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

skill mcp in other clients