Databases
Trust: 34/100 (Limited)io.github.timescale/tiger-skills Guide
Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories
5 starsby timescale
Quick Start
Install
npx @tigerdata/tiger-skills-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-timescale-tiger-skills": {
"command": "npx",
"args": [
"@tigerdata/tiger-skills-mcp-server"
]
}
}
}