From qmd-team-intent-kb
Runs locally as Node.js MCP server for TeamKB service. Requires TEAMKB_TENANT_ID for tenant authentication, likely providing access to team resources or knowledge base.
npx claudepluginhub jeremylongshore/qmd-team-intent-kbAdd to your .mcp.json:
{
"mcpServers": {
"teamkb": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/apps/mcp-server/dist/index.js"
],
"env": {
"TEAMKB_TENANT_ID": "${TEAMKB_TENANT_ID}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeTEAMKB_TENANT_ID=${TEAMKB_TENANT_ID}