Skip to content
Zed

mcp skill server for Zed

io.github.jcc-ne/mcp-skill-server

An MCP server that mounts your skill directory and add deterministic entry for deployment

client:Zed transport:stdio runtime:pypi

Install mcp skill server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-skill-server": {
      "command": "uvx",
      "args": [
        "mcp-skill-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp skill server in other clients