Back to the catalog

SEAR

Benchmark-first release surface with a read-only MCP endpoint and operator CLI.

Open source Repository Open in the app JSON README (API)

About

Benchmark-first release surface with a read-only MCP endpoint and operator CLI.

Details

Kind
MCP servers
Topic
Developer tools
Publisher
igor-holt
Origin
official
Category
ferramentas
Transport
http
Version
0.1.0
Stars
1
Open pull requests
1
Last push
2026-08-11T21:03:21Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 04:00:10
Updated
2026-08-29 04:00:10
Origin id
io.github.igor-holt/sear

README

# 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/mcp`
- `packages/sear-cli`: installable `sear` CLI with `doctor`, `overview`, `benchmarks`, `sitemap`, and raw `request get`
- `.codex/skills/sear`: companion skill for future Codex threads

## Local workflow

```bash
pnpm install
pnpm build
pnpm test
pnpm bench
pnpm install:cli
sear --json doctor
```

`sear doctor` defaults to the live deployment at `https://sear.genesisconductor.io`. For a local dev server, pass an explicit base URL:

```bash
pnpm dev
sear --base-url http://localhost:3000 --json doctor
```

## Cloudflare deploy

SEAR is configured to run on Cloudflare Workers at `https://sear.genesisconductor.io`.

```bash
pnpm preview:cloudflare
pnpm deploy:cloudflare
```

The 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.

More