mcp-server-event-horizon

general MCP Server

An MCP server implementation that provides evolutionary solution generation and optimization capabilities for LLMs. Event Horizon enables LLMs to evolve solutions across multiple generations using consistency check evaluations and genetic algorithm principles.

VerifiedInstall Ready
generalgeneral
0 views0 stars0 forksv1.0.0MIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

VerifiedInstall Ready
Source
smithery
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx mcp-server-event-horizon

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-event-horizon": {
      "command": "npx",
      "args": [
        "mcp-server-event-horizon"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

5
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (5)

populationSize

(integer, optional): Solutions per generation (default: 3)

maxGenerations

(integer, optional): Maximum generations (default: 5)

convergenceThreshold

(number, optional): Score threshold for completion (default: 0.95)

problemStatement

(string): The problem or challenge to solve

consistencyChecks

(array): Array of evaluation criteria (strings or objects with description/weight)