Documentation

Start local. Keep control.

A concise guide to the current WebMCPify Core workflow. Deeper references, recipes and provider guides are being written and will arrive here soon.

npm install --global @olumide100/webmcpify
webmcpify discover --path /path/to/project
webmcpify generate --path /path/to/project --provider codex --method auto
webmcpify review --path /path/to/project
webmcpify apply --path /path/to/project
webmcpify test --path /path/to/project --url http://localhost:3000 --provider codex
webmcpify final-eval --path /path/to/project --url http://localhost:3000 --provider codex
01

Requirements

Node.js 18+, Git with an initial commit, and a compatible Chrome build for live WebMCP tests.

02

Provider adapters

Gemini, Antigravity, Claude Code, Codex and OpenCode; availability depends on the local environment.

03

Review boundary

Generated source remains a proposal until a person reviews and approves the exact patch.

04

Local MCP server

Run npx --package @olumide100/webmcpify webmcpify-mcp from the target repository; the workspace stays rooted there.

05

Outcome verification

A successful tool response is a claim. Core checks the application’s resulting state and preserves evidence.

06

Documentation status

Command references, configuration recipes and deployment guides are incoming and will be updated here soon.

Guard developer preview

Inspect tool definitions locally.

Guard Inspector is the first working part of the open-source Guard product. It checks one pasted definition in the browser and exports a review report without uploading the definition.

Open Guard Inspector →