Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-prompts
Local stdio MCP server providing Claude prompt templates and resources from MCP_WORKSPACE and MCP_RESOURCES_PATH directories. Runs as a Node.js subprocess.
npx claudepluginhub joshuarweaver/cascade-ai-ml-engineering --plugin minipuft-claude-promptsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-prompts": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/dist/index.js",
"--transport=stdio"
],
"env": {
"MCP_WORKSPACE": "${CLAUDE_PLUGIN_ROOT}",
"MCP_RESOURCES_PATH": "${CLAUDE_PLUGIN_ROOT}/server/resources"
}
}
}
}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
Environment variables set when the server starts
MCP_WORKSPACE=${CLAUDE_PLUGIN_ROOT}MCP_RESOURCES_PATH=${CLAUDE_PLUGIN_ROOT}/server/resourcesShare bugs, ideas, or general feedback.