Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"orchestr8-resources": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
],
"env": {
"NODE_ENV": "production",
"LOG_LEVEL": "info",
"CACHE_SIZE": "100",
"PROMPTS_PATH": "${CLAUDE_PLUGIN_ROOT}/prompts",
"RESOURCES_PATH": "${CLAUDE_PLUGIN_ROOT}/resources"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionLOG_LEVEL=infoCACHE_SIZE=100PROMPTS_PATH=${CLAUDE_PLUGIN_ROOT}/promptsRESOURCES_PATH=${CLAUDE_PLUGIN_ROOT}/resources