@ijfw/install
One-command installer for IJFW -- the AI efficiency layer. One install, every AI coding agent, zero config.
pinned to #eda62f3updated 2 weeks ago
Ask your AI client: “install mcps/ijfw-install”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/ijfw-installmetahub onboarded this repo on the author's behalf.
If you own github.com/FerroxLabs/ijfw on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
197
Last commit
2 weeks ago
Latest release
published
- #ai-agents
- #ai-coding
- #claude-code
- #codex
- #copilot
- #cursor
- #developer-tools
- #gemini-cli
- #github-copilot
- #ijfw
- #installer
- #mcp
- #mcp-server
- #memory
- #nodejs
- #typescript
- #windsurf
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: ijfw, ijfw-install, ijfw-uninstall
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.eda62f3· 2 weeks ago
Kind-specific
31MCP: launch path
bin: ijfw, ijfw-install, ijfw-uninstall
MCP: @modelcontextprotocol/sdk in dependencieswarn
No @modelcontextprotocol/sdk dependency declared
Run `npm i @modelcontextprotocol/sdk` so consumers can audit your stack.
MCP: ESM package
"type": "module"
MCP: server surface
0 tools
Release history
1- releasecurrenteda62f3warn2 weeks ago
Contents
Ferrox Labs · Local-first infrastructure for AI coding agents
IJFW is Ferrox Labs' shared development infrastructure for AI-driven teams — shared memory across projects, smart model routing, cross-AI adversarial audits (Trident: Claude + Codex + Gemini in parallel), and a disciplined think-build-ship workflow. v1.5.5 closed 60 audit findings in a single milestone. This package wires it onto every AI coding agent on your machine.
Full docs: github.com/FerroxLabs/ijfw
Table of contents
Install
npm install -g @ijfw/install
ijfw install
If no AI agents are detected, install Claude Code or Codex first, then re-run.
What it does
- Installs the IJFW source tree at
~/.ijfw/ - Wires the MCP server into 14 platforms via their config files
- Adds Aider as a rules-only tier — 15 agents supported total
- Sets up shared memory at
~/.ijfw/memory/(plain markdown hot, SQLite FTS5 warm, optional vectors cold) - Runs an 8-gate preflight before declaring done
Options
| Flag | Default | Notes |
|---|---|---|
--dir <path> | $IJFW_HOME or ~/.ijfw | Install location |
--branch <name> | latest released tag | Git branch or tag |
--no-marketplace | enabled | Skip settings.json edits |
--yes | interactive | Non-interactive run |
Uninstall
ijfw uninstall # preserves ~/.ijfw/memory/
ijfw uninstall --purge # removes memory too
If ijfw is no longer on your PATH, invoke the bin directly:
npx -p @ijfw/install ijfw-uninstall
Links
- Source, issues, and docs: github.com/FerroxLabs/ijfw
- npm package: @ijfw/install
- License: MIT
Reviews
No reviews yet. Be the first.
Related
@paretools/npm
MCP server for npm/pnpm/yarn — structured dependency, audit, and script data for AI agents
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
codex-control-plane-mcp
Durable MCP control plane for long-running Codex Desktop tasks.
mh install mcps/ijfw-install