MCP Server
MCP
io.github.wireboard/mcp
Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.
Install
npx -y @wireboard/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@wireboard/mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your WireBoard API bearer token. Mint one at https://wireboard.io/dashboard/settings/api with the analytics:read and live:read abilities.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WIREBOARD_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment