MCP Server
MCP
io.github.jyswee/analyga
Agent-first analytics: stats, events, sessions, funnels, ingest, websites & billing.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.analyga.com/sse",
"headers": [
{
"description": "Bearer token using your Analyga API key: 'Bearer tga_...'. Optional: without one the server starts in onboarding mode and can self-signup via the analyga_signup tool.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "analyga",
"version": "0.1.8",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Analyga API key (tga_...). Optional: without a key the server starts in onboarding mode and can self-signup via the analyga_signup tool.",
"isSecret": true,
"name": "ANALYGA_KEY"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment