MCP Server
MCP
io.github.timescale/tiger-skills
Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories
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
By
Comments
Sign in to leave a comment