Stats
Actions
Tags
From project-management-plugin
Runs locally as a Node.js subprocess (pm-server.mjs) providing package management tools for the project directory via CLAUDE_PROJECT_DIR. Handles dependency operations like install and update. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pm-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/pm-server.mjs"
],
"env": {
"CLAUDE_PROJECT_DIR": "${CLAUDE_PROJECT_DIR}"
}
}
}
}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
CLAUDE_PROJECT_DIR=${CLAUDE_PROJECT_DIR}npx claudepluginhub markus41/claude --plugin project-management-plugin