tiger skills for Cursor
io.github.timescale/tiger-skills
Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories
client:Cursor
transport:stdio
runtime:npm
Install tiger skills in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tiger-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tigerdata/tiger-skills-mcp-server"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"SKILLS_FILE": "<SKILLS_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs