From claude-evolve
Stdio MCP server running locally as a Node.js subprocess via mcp-wrapper.mjs. Purpose and capabilities unclear from key 'e' and configuration alone.
npx claudepluginhub samuelzxu/claude-evolve --plugin claude-evolveAdd to your .mcp.json:
{
"mcpServers": {
"e": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bridge/mcp-wrapper.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node