MCP Server
MCP
Tiger MCP
Provides programmatic access to Tiger Cloud services, databases, and documentation.
Install
oci:ghcr.io/timescale/tiger-cli:0.21.2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/timescale/tiger-cli:0.21.2",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Mount the config directory into the volume",
"value": "type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"variables": {
"source_path": {
"description": "Source path on host",
"isRequired": true,
"format": "filepath",
"default": "${HOME}/.config/tiger"
}
},
"type": "named",
"name": "--mount"
},
{
"description": "Mount the .pgpass file into the volume",
"value": "type=bind,src={source_path},dst=/home/tiger/.pgpass",
"variables": {
"source_path": {
"description": "Source path on host",
"isRequired": true,
"format": "filepath",
"default": "${HOME}/.pgpass"
}
},
"type": "named",
"name": "--mount"
}
],
"environmentVariables": [
{
"description": "Tiger Cloud API public key for authentication",
"isRequired": true,
"format": "string",
"name": "TIGER_PUBLIC_KEY"
},
{
"description": "Tiger Cloud API secret key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TIGER_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment