Forge Operator
MCP serverWeb & browsingFetch and web-agent capabilities for AI, with browser automation behind safety gates.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Forge Operator
Install Forge Operator
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http forge-operator 'https://systemiacommandcenters.com/api/functions/evercraftWebMcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://systemiacommandcenters.com/api/functions/evercraftWebMcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=forge-operator&config=eyJ1cmwiOiJodHRwczovL3N5c3RlbWlhY29tbWFuZGNlbnRlcnMuY29tL2FwaS9mdW5jdGlvbnMvZXZlcmNyYWZ0V2ViTWNwIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://systemiacommandcenters.com/api/functions/evercraftWebMcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add forge-operator --url 'https://systemiacommandcenters.com/api/functions/evercraftWebMcp'Run it once, then sign in with codex mcp login forge-operator if the server asks for an account.
From the project's README
As published by jgaethle10/forge-operator in README.md.
Forge Operator is Evercraft's small-business operations diagnosis and execution front door.
A user describes an operational pain point and desired outcome. Forge returns a structured report with:
- the three highest-priority interventions
- automation feasibility and expected speed to first value
- autonomous workflows and guardrails
- human-required decision gates
- the greatest operational risk
- one immediate next action
Local development
Prerequisites: Node.js and a Gemini API key.
npm install
export GEMINI_API_KEY="..."
npm run dev
Run the release checks with:
npm run check
Public AI discovery
Forge intentionally publishes a public machine-readable discovery layer:
/llms.txt/.well-known/evercraft-capabilities.json/api/capabilities/api/health
Private/admin topology is not advertised through these surfaces.
Cross-LLM conformance
Forge Operator now carries the portfolio-level Evercraft cross-LLM conformance standard under conformance/.
The standard separates:
machine surface exists
-> source build passes
-> public doorway is live
-> provider behavior is probed
-> correct understanding is observed
-> safe handoff works
-> payment or outcome is independently verified
conformance/products.json is the current machine-discovery product index.
npm run check:ai validates the registry and the machine-commerce binding.
The scheduled AI doorway canary independently probes public llms.txt, discovery, and conformance endpoints. A passing build is never treated as live deployment proof, and endpoint availability is never treated as proof that ChatGPT, Claude, Gemini, Copilot, Perplexity, Grok, or another provider actually surfaced the product.
Human gates
Forge is decision support. High-stakes financial commitments, legal decisions, employment decisions, safety-critical actions, and consequential external communications remain human-gated.
Advanced
- Delivery
- evercraft-web MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-jgaethle10-evercraft-web- Source
- github.com/jgaethle10/forge-operator
- Hosted endpoint
https://systemiacommandcenters.com/api/functions/evercraftWebMcp