Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
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"
}
}
}
}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
NODE_ENV=productionLOG_LEVEL=infoCACHE_SIZE=100PROMPTS_PATH=${CLAUDE_PLUGIN_ROOT}/promptsRESOURCES_PATH=${CLAUDE_PLUGIN_ROOT}/resourcesnpx claudepluginhub seth-schultz/orchestr8 --plugin orchestr8