Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"e": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bridge/mcp-wrapper.mjs"
]
}
}
}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
npx claudepluginhub samuelzxu/claude-evolve --plugin claude-evolve