DocumentationGetting Started

Getting Started

Welcome to the ForgeReq usage guide. This documentation will walk you through the core features of the application.

ForgeReq Hero

Overview

ForgeReq is a privacy-first, local-only REST API workbench. Every endpoint, secret, and response stays on your machine inside an AES-256-GCM encrypted vault.

What’s inside


✨ AI-native, end-to-end

ForgeReq is the only local-first REST workbench that ships a fully agentic AI Assistant and a first-class MCP client in the same app. Both are bring-your-own-key, both run entirely on your machine, and they compose.

🤖 Agentic AI Assistant

A built-in conversational sidebar that drives your workspace directly from natural language.

  • Provide your own API key — OpenAI, Anthropic, Gemini, Vertex AI, Azure OpenAI, xAI Grok, or Ollama (fully offline).
  • Tell the AI to “create a new login request”, “add auth headers”, “connect to my MCP server”, or “run a load test”.
  • The assistant creates, updates, and executes requests across HTTP / gRPC / Kafka / SOAP / MCP autonomously on your behalf.
  • Conversations persist inside the same encrypted vault as the rest of your data.

AI Assistant

🔌 Model Context Protocol (MCP) client

A drop-in alternative to the official MCP Inspector with the full ForgeReq workbench layered on top.

  • Both transports — Streamable HTTP (current spec) and legacy SSE.
  • Inspector-grade UI for tools/*, resources/*, prompts/*, and logging/setLevel.
  • One-click Connect: discovery (RFC 9728 + 8414), Dynamic Client Registration (RFC 7591), and PKCE sign-in all run automatically. A red Cancel button bails out cleanly at any stage.
  • Sampling, elicitation (form + url modes), and notifications/cancelled all fully implemented.
  • MCP Apps (SEP-1865) — tools that ship interactive ui:// HTML views render inline in a sandboxed iframe with the full postMessage bridge.
  • Test with LLM tab — hand a server’s tools to any registered model and watch it autonomously drive a real session.

Together, they make ForgeReq the only client where you can register an MCP server, ask the assistant “use these tools to draft an order, then run the e2e profile against staging”, and watch it actually do it.


Use the sidebar on the left to jump into any guide.