Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From bkit — AI Native Development OS
Local Node.js MCP server (bkit-pdca) running as a subprocess. Provides unspecified tools or resources; purpose unclear from key and command alone.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bkit-pdca": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/bkit-pdca-server/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.