io.github.timescale/tiger-skills
Quality Score
72
/100
Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"tiger-skills": {
"command": "npx",
"args": [
"-y",
"@tigerdata/tiger-skills-mcp-server"
],
"env": {
"GITHUB_TOKEN": "<your-github_token>",
"SKILLS_FILE": "<skills_file>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"tiger-skills": {
"command": "npx",
"args": [
"-y",
"@tigerdata/tiger-skills-mcp-server"
],
"env": {
"GITHUB_TOKEN": "<your-github_token>",
"SKILLS_FILE": "<skills_file>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @tigerdata/tiger-skills-mcp-serverClaude Desktop (Docker)
{
"mcpServers": {
"tiger-skills": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/timescale/tiger-skills-mcp-server:0.1.4"
],
"env": {
"GITHUB_TOKEN": "<your-github_token>",
"SKILLS_FILE": "<skills_file>"
}
}
}
}§02 Environment variables
GITHUB_TOKENsecret
Token to access (private) GitHub repos
SKILLS_FILELocation of configuration file for skills
GITHUB_TOKENsecret
Token to access (private) GitHub repos
SKILLS_FILELocation of configuration file for skills
§03 MCP Quality Score · methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Git & Code Hosting
ai.smithery/Hint-Services-obsidian-github-mcp
ai.smithery/Hint-Services-obsidian-github-mcp
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
ai.smithery/saidsef-mcp-github-pr-issue-analyser
ai.smithery/saidsef-mcp-github-pr-issue-analyser
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
ai.smithery/smithery-ai-github
ai.smithery/smithery-ai-github
Access the GitHub API, enabling file operations, repository management, search functionality, and…