LocalForge
Enables hybrid agentic coding by delegating token-heavy implementation, editing, and test-debug loops to local open-source models while frontier cloud models handle architecture and review, reducing premium API token usage and keeping code private.
README
MCPRelay ⚒️
Model Context Protocol (MCP) bridge for hybrid agentic coding — delegating token-heavy implementation to local open-source models.
Architect in the cloud. Implement locally. Save 60–90% premium API tokens.
💡 The Problem & The Solution
In traditional agentic coding setups, frontier models (OpenAI Codex, Claude 3.7 Sonnet / Opus) execute every step of the workflow: from high-level reasoning to reading thousands of repository lines, running test suites, and fixing compiler errors.
This is extremely expensive and inefficient:
- Over 80% of total tokens are consumed in repetitive, mechanical loops (file discovery, syntax fixes, unit-test iterations).
- Proprietary codebase context is repeatedly streamed to external cloud APIs.
MCPRelay solves this with Hybrid Agentic Coding:
- Frontier Model (Cloud): Acts as the Architect and Reviewer (high intelligence, low token volume).
- MCPRelay (MCP Boundary): Dispatches structured, bounded task specifications and manages local sandboxes.
- Local Open-Source Model (Local LLM): Runs high-token implementation, editing, and test-debug loops locally with zero marginal API cost.
- Frontier Review: The cloud model inspects only the concise diff, logs, and summary to verify correctness.
┌──────────────────────────────────────────────────────────┐
│ 1. ARCHITECT / REVIEWER │
│ (Codex / Claude) │
│ • Understands requirement • Reviews diff & logs │
└────────────────────────────┬─────────────────────────────┘
│
[MCP Task Specification]
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. MCPRELAY (MCP) │
│ • Session continuity • Privacy boundary │
│ • Cross-process locks • Telemetry ledger │
└────────────────────────────┬─────────────────────────────┘
│
[Local Inference Stream]
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. IMPLEMENTATION WORKER │
│ (DeepSeek V4 Flash / Qwen 2.5 / 3.5) │
│ ┌────────────────────────────────────────────────────┐ │
│ │ 🔄 LOCAL ITERATION LOOP │ │
│ │ Read Repo ➔ Edit Code ➔ Run Tests ➔ Fix Errors │ │
│ └────────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────┘
✨ Key Features
- 📉 60–90% Premium Token Reduction: Keeps token-intensive code edits, file indexing, and test-debugging entirely on local hardware.
- 🛡️ Strict Privacy & Security Boundaries: Sensitive internal files and multi-round diagnostic dumps stay inside your local network.
- 🔄 Session Continuity: Multi-turn follow-ups (
opencode_followup) resume the same execution session without re-sending the whole repository context. - 🔒 Cross-Process Repository Locking: Prevents conflicting concurrent writes across multiple agent tabs or clients.
- 📊 Telemetry & Audit Ledger: Automatic recording of execution duration, files touched, lines added/deleted, and estimated token savings to
state/ledger.jsonl. - ⚡ Zero-Config Client Registration: Single command setup for Codex, Claude Code, Claude Desktop, and Antigravity.
🛠️ MCP Tools Reference
MCPRelay registers 8 native tools over standard Model Context Protocol (stdio/JSON-RPC):
| Tool | Description |
|---|---|
opencode_implement |
Dispatches a bounded task specification (goal, constraints, interfaces, context) to the local worker. |
opencode_wait |
Single blocking wait until a running task reaches terminal state (completed / failed). Replaces status polling loops. |
opencode_status |
Non-blocking status snapshot of an active or finished task. |
opencode_diff |
Returns a scoped git diff of changes made by the local worker against the baseline commit. |
opencode_followup |
Resumes an existing OpenCode session to fix defects, adjust edge cases, or add tests based on review feedback. |
opencode_cancel |
Gracefully terminates a running task and its child processes. |
opencode_health |
Checks local model endpoint availability, opencode CLI health, and active model configuration. |
opencode_history |
Queries past delegation outcomes, duration, and success rates for a given repository. |
🚀 Quick Start
1. Prerequisites
- Node.js:
>= 20.0.0 - OpenCode CLI: Installed and accessible in
PATH(npm i -g opencode-aior binary) - Local Inference Model: A running OpenAI-compatible endpoint (e.g. DeepSeek V4 Flash, Qwen 2.5/3.5 on vLLM, Ollama, SGLang, or dual DGX Spark clusters).
2. Install & Build
git clone https://github.com/aditya1503/MCPRelay.git
cd MCPRelay
npm install
npm run build
3. Verify Health
npm run dev
# or run health check
tsx tests/v2.test.ts
4. Connect to Your AI Client
MCPRelay includes an automated client registrar script:
# Register with OpenAI Codex / Antigravity
node scripts/register-client.mjs antigravity
# Register with Claude Code
node scripts/register-client.mjs claude-code
# Register with Claude Desktop
node scripts/register-client.mjs claude-desktop
⚙️ Configuration
Set environment variables in your environment or client config:
| Variable | Default | Description |
|---|---|---|
OPENCODE_MODEL |
spark/deepseek-v4-flash-0731 |
Model identifier passed to OpenCode. |
WORKER_HEALTH_URL |
http://127.0.0.1:8890/v1/models |
Health endpoint for the local inference server. |
ALLOWED_REPO_ROOT |
Current working directory | Root directory whitelist to prevent path traversal. |
TASK_TIMEOUT_MS |
600000 (10 mins) |
Maximum execution time before automatic termination. |
📊 Telemetry & Reporting
Every finished task automatically records telemetry into state/ledger.jsonl. Run the built-in rollup tool to analyze savings:
npm run rollup
Example Output:
=== MCPRelay Telemetry Rollup ===
Total Tasks: 42
Success Rate: 95.2%
Avg Task Duration: 28.4s
Estimated Cloud Tokens Saved: ~1.85M tokens
Top Task Classes: unit-test-generation, bugfix, refactoring
🎨 Interactive Architecture Infographic
This repository includes a standalone interactive HTML infographic diagram visualizing the complete MCP delegation flow:
open index.html
📄 License
MIT License. Designed and maintained by ADIS (Artificially Developed Intelligence Services).
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。