MCP Server
MCP
io.github.tago-io/mcp-server
Model Context Protocol server for TagoIO data and analytics
Install
npx -y @tago-io/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tago-io/mcp-server",
"version": "2.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your TagoIO Profile Token or Analysis Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TAGOIO_TOKEN"
},
{
"description": "Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io",
"format": "string",
"name": "TAGOIO_API"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment