SEAR
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SEARrun doctor to check system health"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SEAR
SEAR is the Self Evolving Agent Retrainer: a public launch surface, a read-only ChatGPT app via MCP, and an installable CLI for operator-grade release inspection.
What ships
apps/web: Next.js 16 site with SEO metadata,robots.txt,sitemap.xml,sitemap.txt,llms.txt, benchmark pages, and a remote MCP endpoint at/api/mcppackages/sear-cli: installablesearCLI withdoctor,overview,benchmarks,sitemap, and rawrequest get.codex/skills/sear: companion skill for future Codex threads
Related MCP server: readonly-mcp-akamai
Local workflow
pnpm install
pnpm build
pnpm test
pnpm bench
pnpm install:cli
sear --json doctorsear doctor defaults to the live deployment at https://sear.genesisconductor.io. For a local dev server, pass an explicit base URL:
pnpm dev
sear --base-url http://localhost:3000 --json doctorCloudflare deploy
SEAR is configured to run on Cloudflare Workers at https://sear.genesisconductor.io.
pnpm preview:cloudflare
pnpm deploy:cloudflareThe app deploys from apps/web via the OpenNext adapter and Wrangler, with the custom domain attached in apps/web/wrangler.jsonc.
ChatGPT app
The remote MCP endpoint is exposed at /api/mcp. Connect it from ChatGPT developer mode over HTTPS after deployment.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks.
Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides read-only access to MySQL databases.4317 npm72MIT
- AlicenseAqualityDmaintenanceRead-only MCP server for Akamai CDN that enables searching properties, browsing EdgeWorker code, querying DNS zones, inspecting network lists, and translating error codes via natural language.161MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for diagnosing Windows crashes, stability, and gaming performance by reading event logs, crash dumps, hardware inventory, performance counters, and registry settings.35MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server providing SQLite querying, port checking, and git diff summary tools for local development.MIT