From bkit
bkit-analysis MCP server running locally as a Node.js subprocess. Provides unspecified analysis tools or resources related to 'bkit'. No secrets or API keys required.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitAdd to your .mcp.json:
{
"mcpServers": {
"bkit-analysis": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/bkit-analysis-server/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node