From intent-brain
Connects to a governed TeamKB knowledge base for read-only search with cited results (qmd://). Runs locally, requires TEAMKB_API_URL and TEAMKB_API_TOKEN.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"teamkb": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/plugin-runtime/teamkb-remote.cjs"
],
"env": {
"TEAMKB_API_URL": "${TEAMKB_API_URL}",
"TEAMKB_API_TOKEN": "${TEAMKB_API_TOKEN}"
}
}
}
}Replace placeholder values for: TEAMKB_API_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
TEAMKB_API_URL=${TEAMKB_API_URL}TEAMKB_API_TOKEN=${TEAMKB_API_TOKEN}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub jeremylongshore/qmd-team-intent-kb