Skip to content

Release v0.1.0

Choose a tag to compare

@nordicnode nordicnode released this 03 Sep 04:39
· 15 commits to master since this release

MCPForge v0.1.0: Initial Public Release

MCPForge is the universal control plane and terminal command center for the Model Context Protocol (MCP).

Highlights

  • Interactive Terminal UI: High-performance Ratatui interface with keyboard-driven workflows.
  • 26 Native Client Adapters: Autonomous agent harnesses (Freebuff, DeepSeek, Goose, Hermes, Letta, OpenClaw, Prime), CLI tools (Claude Code, Codex, Grok, OpenCode, Antigravity), IDEs (VS Code, Cursor, Windsurf, Zed, JetBrains, Cline, Roo Code), and chat desktop clients.
  • 110+ Curated Server Catalog: Instant one-click installation with live environment variable inspection.
  • Adapter-Accurate Diff Previews: Zero accidental deletions or config corruption across JSON, YAML, and TOML.
  • Live Telemetry & Diagnostics: Real-time health checks, tool counts, and latency measurements.
  • Automated .bak Backups: Sidecar snapshots and atomic file writes.

Installation & Verification

Extract the archive and place mcpforge in your $PATH:

tar -xzf mcpforge-x86_64-unknown-linux-gnu.tar.gz
chmod +x mcpforge
sudo mv mcpforge /usr/local/bin/

Verify checksum:

sha256sum -c mcpforge-x86_64-unknown-linux-gnu.tar.gz.sha256

Full Changelog: latest...v0.1.0