MCP Server

orchestr8-resources

From orchestr8
Install
1
Run in your terminal
$
npx claudepluginhub seth-schultz/orchestr8 --plugin orchestr8
Add to Your Project

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"
      }
    }
  }
}
Security Considerations
Admin access level

This server has elevated permissions. Review the source code before enabling.

Details
Commandnode
Access Leveladmin
Arguments
${CLAUDE_PLUGIN_ROOT}/dist/index.js
Environment Variables
NODE_ENV=production
LOG_LEVEL=info
CACHE_SIZE=100
PROMPTS_PATH=${CLAUDE_PLUGIN_ROOT}/prompts
RESOURCES_PATH=${CLAUDE_PLUGIN_ROOT}/resources
Actions
Plugins (1)