Used by 1 plugin
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": "${HOME}/.local/share/claude-prompts"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeMCP_WORKSPACE=${CLAUDE_PLUGIN_ROOT}MCP_RESOURCES_PATH=${HOME}/.local/share/claude-prompts