Skip to main content
Glama
smithery.yaml814 B
# Smithery configuration file: https://smithery.ai/docs/build/deployments runtime: "container" build: dockerfile: "Dockerfile" dockerBuildPath: "." startCommand: type: "http" port: 8000 command: "node" args: ["dist/http_server.js"] configSchema: type: "object" properties: disableLogging: type: "boolean" description: "Disable evolution progress logging" default: false additionalProperties: true required: [] # Server metadata name: "Event Horizon" description: "Evolutionary solution generation using genetic algorithms and consistency checks" version: "1.0.0" author: "themanaspandey" license: "MIT" # Tags for discovery tags: - "evolutionary-algorithm" - "genetic-algorithm" - "optimization" - "solution-generation" - "problem-solving"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manasp21/EventHorizon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server