Stats
Actions
Tags
From claude-orchestration
Local Node.js MCP server providing deployment intelligence capabilities for projects in CLAUDE_PROJECT_DIR. Runs as a subprocess with deployment tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"deploy-intelligence": {
"command": "node",
"args": [
".claude/mcp-servers/deploy-intelligence/index.js"
],
"env": {
"CLAUDE_PROJECT_DIR": "."
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PROJECT_DIR=.Declared capabilities of this MCP server
npx claudepluginhub markus41/claude --plugin work-automation