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.
Discovered via smithery and last synced 3mo ago.
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)
(integer, optional): Solutions per generation (default: 3)
(integer, optional): Maximum generations (default: 5)
(number, optional): Score threshold for completion (default: 0.95)
(string): The problem or challenge to solve
(array): Array of evaluation criteria (strings or objects with description/weight)