evolver (MCP Server)

GitHub

The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "evolver": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-evolver"
      ]
    }
  }
}