1. Conduid
  2. Developer Tools
  3. SEAR
MCP server · Developer Tools

SEAR

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

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About SEAR

SEAR is an MCP server in the Developer Tools category: benchmark-first release surface with a read-only MCP endpoint and operator CLI. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/igor-holt/sear

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about SEAR

Powered by Claude · Grounded in docs

I know everything about SEAR. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

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

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:

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.

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About SEAR

How do I install SEAR?

Run git clone https://github.com/igor-holt/sear, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is SEAR safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is SEAR still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.