← Back to Plugins
MCP Server MCP

io.github.timescale/tiger-skills

github By github 👁 1 views ▲ 0 votes

Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories

Homepage Verified source GitHub

Install

npx -y @tigerdata/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...