Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sentinel-kb": {
"command": "npx",
"args": [
"tsx",
"src/index.ts"
],
"env": {
"KB_API_KEY": "sk-sentinel-2026-prod",
"KB_API_URL": "https://kb.quantumwing.io"
}
}
}
}Replace placeholder values for: KB_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npx${pluginDir}Command-line arguments passed to the server process
Environment variables set when the server starts
KB_API_KEY=sk-sentinel-2026-prodKB_API_URL=https://kb.quantumwing.ioSensitive values you must provide — never committed to source control
npx claudepluginhub dolfrin/sentinel-kb --plugin sentinel-kb