Install
$ agentstack add mcp-razaib-khan-forgeweave ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
ForgeWeave
Agent orchestration framework — project scaffolding, template distribution, and AGENTS.md global rules.
pip install forgeweave or uv add forgeweave
Quick Start
# Initialize a ForgeWeave project
forge init --tui opencode ./my-project
cd my-project
# Check your setup
forge doctor
Architecture
ForgeWeave is a scaffolding tool — Templates + Rules + Skills. No server.
forge init → Copies TUI-specific templates into your project
→ Configures MCP servers (Playwright, Headroom, Firecrawl, etc.)
→ Generates AGENTS.md with dynamic MCP availability markers
forge doctor → Verifies environment prerequisites
What forge init generates
| Component | Description | |---|---| | AGENTS.md | Global behavioral rules for all coding agents, dynamically marking which MCP servers are available | | Skills | 20+ domain-specific skill bundles (deep-research, playwright-mcp, skill-builder, etc.) | | Commands | 8 predefined /forge-* commands (forge-start, forge-research, forge-search, etc.) | | Agents | Worker definitions for autonomous sub-agents (research pipeline, code review, etc.) | | Hooks | Lifecycle hooks for TUI-native orchestration | | MCP configs | Pre-configured Playwright (mandatory), Headroom (mandatory), and optional servers (Firecrawl, GitHub, SQLite, Context7) |
Supported TUIs
- OpenCode —
.opencode/directory, JSON config - Claude Code —
.claude/directory, JSON settings - Gemini CLI —
.gemini/directory, JSON settings - Qwen Code —
.qwen/directory, extension JSON
Design
- Determinism — Same input always produces the same output
- Template-driven — All scaffolding comes from versioned templates
- No hidden state — All I/O is declared and logged
- Adapters are boundaries — Business logic never leaks into TUI formats
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Razaib-khan
- Source: Razaib-khan/ForgeWeave
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.