Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jeprecated/prompt-lego --plugin prompt-libraryCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prompts": {
"command": "${CLAUDE_PLUGIN_ROOT}/server/run.sh",
"env": {
"PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"PROMPT_DIRS": "${user_config.prompt_dirs}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/server/run.shEnvironment variables set when the server starts
PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}PROMPT_DIRS=${user_config.prompt_dirs}Share bugs, ideas, or general feedback.