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