From pds
Local MCP server (pds-advisor) running a Node.js process from mcp/advisor/dist/server.js. Purpose unclear from configuration alone.
npx claudepluginhub rmzi/portable-dev-system --plugin pdsAdd to your .mcp.json:
{
"mcpServers": {
"pds-advisor": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/advisor/dist/server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node