@context-forge/context-forge
v0.7.0
Published
Context Forge — AI project context generation. Installs both the CLI and MCP server.
Downloads
453
Maintainers
Readme
@context-forge/context-forge
Meta-package that installs the full Context Forge toolchain in one step.
Installation
npm install -g @context-forge/context-forgeThis installs:
- @context-forge/cli — the
cfcommand-line tool for project management, workflow navigation, and context generation - @context-forge/mcp — the MCP server for AI assistant integration (Claude Code, Cursor, etc.)
Both depend on @context-forge/core, which is installed automatically.
What you get
After installing, you have:
cf— the CLI (runcf --helpto explore)context-forge-mcp— the MCP server binary
Quick Start
# Set up a project
cd ~/repos/my-project
cf init
# Add the MCP server to Claude Code
claude mcp add --transport stdio context-forge -- npx @context-forge/mcp
# Check it works
cf statusSee the Context Forge README for full documentation.
License
MIT
