← Index

io.github.timescale/tiger-skills

io.github.timescale/tiger-skills·v0.1.4·Git & Code Hosting
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-server
Claude 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_TOKEN
secret

Token to access (private) GitHub repos

SKILLS_FILE

Location of configuration file for skills

GITHUB_TOKEN
secret

Token to access (private) GitHub repos

SKILLS_FILE

Location 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