Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"evolver-proxy": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/evolver-proxy.mjs"
],
"env": {
"A2A_HUB_URL": "${user_config.hub_url}",
"A2A_NODE_ID": "${user_config.node_id}",
"EVOMAP_PROXY_PORT": "${user_config.proxy_port}"
}
}
}
}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
A2A_HUB_URL=${user_config.hub_url}A2A_NODE_ID=${user_config.node_id}EVOMAP_PROXY_PORT=${user_config.proxy_port}npx claudepluginhub evomap/evolver-claude-code-plugin --plugin evolver