Event Horizon MCP Server
Related Servers
Alternatives to Event Horizon MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables evolutionary idea generation using genetic algorithms with LLM workers, multi-objective fitness evaluation, and advanced genetic operations.1MIT
- AlicenseNot gradedqualityDmaintenanceImplements the Genetic-Evolutionary Prompt Architecture for automatic prompt optimization, providing tools to optimize, quickly improve, and contextually adapt prompts.52MIT
- FlicenseNot gradedqualityCmaintenanceMCP-native evolution control plane that discovers, tests, governs, versions, and promotes improved AI agents. Integrates with LocalLLM-MCP for real or simulated model evaluation.-
- AlicenseNot gradedqualityAmaintenanceSelf-evolving AI Agent framework — search, compare, and install Genes ranked by Arena fitness via MCP68 npm1Apache 2.0

autoevolveofficial
AlicenseAqualityBmaintenanceMCP server for agent-native evolutionary optimization. Enables agents to join runs, submit gate-checked mutations, and collaborate on evolving code toward a stated goal.94Apache 2.0- -licenseNot gradedqualityNot gradedmaintenanceEnables chain-of-thought reasoning with self-consistency voting, allowing sampling of diverse reasoning paths and aggregating answers via majority or weighted vote for improved accuracy.-
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose in the evolutionary workflow: start_evolution initializes the system, add_solution contributes solutions, score_solution evaluates them, evolve_generation advances to the next generation, and get_evolution_status monitors progress. There is no overlap or ambiguity between these functions.
All tool names follow a consistent verb_noun pattern (e.g., start_evolution, add_solution, score_solution, evolve_generation, get_evolution_status). The naming is uniform, predictable, and clearly describes each tool's action and target.
With 5 tools, the server is well-scoped for its evolutionary solution domain. Each tool earns its place by covering essential steps: initialization, solution management, scoring, evolution, and status tracking. This count is neither too sparse nor bloated.
The tool set provides complete coverage of the evolutionary lifecycle: start_evolution sets up the system, add_solution handles solution input, score_solution evaluates them, evolve_generation progresses iterations, and get_evolution_status offers monitoring. There are no obvious gaps for core operations.