Serversio.github.timescale/tiger-skills
S

io.github.timescale/tiger-skills

io.github.timescale/tiger-skills · v0.1.4
▦ npm
v0.1.4npm npm: @tigerdata/tiger-skills-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.timescale/tiger-skills",
  "description": "Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories",
  "repository": {
    "url": "https://github.com/timescale/tiger-skills-mcp-server",
    "source": "github"
  },
  "version": "0.1.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tigerdata/tiger-skills-mcp-server",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Token to access (private) GitHub repos",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Location of configuration file for skills",
          "format": "string",
          "name": "SKILLS_FILE"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/timescale/tiger-skills-mcp-server:0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Token to access (private) GitHub repos",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Location of configuration file for skills",
          "format": "string",
          "name": "SKILLS_FILE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}