69
/ 100
7 days ago
glama

genetic-mcp

Enables evolutionary idea generation using genetic algorithms with LLM workers, multi-objective fitness evaluation, and advanced genetic operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 5 credentials: OPENAI_API_KEY, COHERE_API_KEY, VOYAGE_API_KEY, ANTHROPIC_API_KEY, OPENROUTER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEYe ="your-oai-api-key-here" \
🔐 secretCOHERE_API_KEYyour-cohere-api-key # For Cohere embeddings
configEMBEDDING_MODEL"": "text-embedding-ada-002"
🔐 secretVOYAGE_API_KEYVoyage AI API key (optional, for Voyage embeddings)
configEMBEDDING_PROVIDERcohere # Options: openai, cohere, sentence-transformer
configOPENAI_EMBEDDING_MODEL
configCOHERE_EMBEDDING_MODEL
configSENTENCE_TRANSFORMER_EMBEDDING_MODEL
configVOYAGE_EMBEDDING_MODEL
configGENETIC_MCP_LOG_LEVELLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
configGENETIC_MCP_LOG_FILEOptional log file path for persistent logging
configGENETIC_MCP_MEMORY_ENABLEDtrue # Enable memory system for learning
configGENETIC_MCP_MEMORY_DBgenetic_mcp_memory.db # Database for memory system
configGENETIC_MCP_OPTIMIZATION_LEVELOptimization level (basic, enhanced, gpu, full)
configGENETIC_MCP_USE_GPU
configGENETIC_MCP_GPU_DEVICE
configGENETIC_MCP_USE_ADAPTIVE
configGENETIC_MCP_MAX_WORKERS
🔐 secretANTHROPIC_API_KEYyour-anthropic-api-key # Alternative LLM provider
🔐 secretOPENROUTER_API_KEYe ="your-api-key-here" \
configMODELmeta-llama/llama-3.2-3b-instruct
configDEFAULT_PROVIDER
configOPENAI_MODELe ="gpt-4-turbo-preview" \
configANTHROPIC_MODELAnthropic-specific model override (defaults to MODEL)
configOPENROUTER_MODELe ="meta-llama/llama-3.2-3b-instruct" \
configGENETIC_MCP_OPTIMIZATION_ENABLEDEnable advanced optimization features (true/false)
configGENETIC_MCP_TRANSPORT"": "stdio"
configGENETIC_MCP_HOST
configGENETIC_MCP_PORT
configGENETIC_MCP_GPUEnable GPU acceleration (true/false)
configGPU_BATCH_SIZE
configGPU_MIXED_PRECISION
configGPU_MEMORY_FRACTION
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/andrasfe-genetic-mcp-1dbwk6)](https://m8ven.ai/mcp/andrasfe-genetic-mcp-1dbwk6)
commit: 712de391d606a1c35f6e7e5b60304bbb40736323
code hash: be79770b0ab9fe28f8423351f36196a557ae19d0d848ac340a22dba041a496e6
verified: 6/21/2026, 10:27:12 AM
view raw JSON →