Skip to content
Zed

tiger skills for Zed

io.github.timescale/tiger-skills

Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories

client:Zed transport:stdio runtime:npm

Install tiger skills 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": {
    "tiger-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@tigerdata/tiger-skills-mcp-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "SKILLS_FILE": "<SKILLS_FILE>"
      }
    }
  }
}

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

tiger skills in other clients