Server data from the Official MCP Registry
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
The MindForge MCP server is a well-structured developer tool with appropriate dependencies and clear purpose. However, the compiled output contains minified/bundled third-party code (ajv, zod, MCP SDK) which obscures visibility into actual runtime behavior. The server appears to have proper input validation via Zod schemas and uses standard MCP patterns, but the inability to review the actual source TypeScript code prevents deeper security analysis. No obvious malicious patterns detected, but bundle opacity warrants attention. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: CLAUDE_PROJECT_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sairam0424-mindforge": {
"env": {
"CLAUDE_PROJECT_DIR": "your-claude-project-dir-here"
},
"args": [
"-y",
"mindforge-cc"
],
"command": "npx"
}
}
}From the project's GitHub README.
An agentic intelligence framework for Claude Code — orchestrates multi-agent workflows with governance, memory, and autonomous execution. Production-hardened with true parallelism, streaming SDK, and zero-trust security. Install once, get structured AI-driven development with built-in quality gates.
v11.9.0 (2026-07-27) — Bedrock provider + full dry-run audit. See CHANGELOG.md for full history, or RELEASENOTES.md for human-readable notes.
Fastest path — Claude Code plugin marketplace (no project files written):
/plugin marketplace add sairam0424/MindForge
/plugin install mindforge@mindforge
Or the full framework engine via npx (writes .mindforge/ governance, memory, and planning into your project):
npx mindforge-cc@latest --claude --local
All install channels (global, local, Antigravity, Cursor, Copilot, Gemini CLI, MCP server, combined runtimes, --minimal): see docs/getting-started.md.
/mindforge:health # framework + installation health check
/mindforge:health --repair # fix anything the health check flags
/mindforge:status # project status snapshot
/mindforge:next # auto-discover your first task
Full verification walkthrough: docs/quick-verify.md.
/mindforge:init-project
/mindforge:plan-phase 1
/mindforge:execute-phase 1
/mindforge:verify-phase 1
/mindforge:ship 1
/mindforge:map-codebase
/mindforge:do I want to plan the next phase
/mindforge:plan-phase 1
| Command | What it does |
|---|---|
/mindforge:init-project | Requirements interview → creates PROJECT.md, REQUIREMENTS.md, STATE.md |
/mindforge:plan-phase 1 [--ads] | Discuss scope, research the domain in parallel, create atomic XML task plans |
/mindforge:execute-phase 1 | Wave-based parallel execution, one commit per task, automated verification |
/mindforge:verify-phase 1 | Human acceptance testing, debug agent on failures, UAT sign-off |
/mindforge:ship 1 | Changelog generation, final quality gates, PR creation |
/mindforge:auto --phase 1 | Walk-away autonomous execution with stuck detection and steering |
Full command list: docs/commands-reference.md.
35 pre-built multi-agent workflow scripts that run via Claude Code's Workflow tool. Each fans out concurrent agents, synthesizes results, and returns structured output across 5 tiers (Research, Dev, Ops, Intelligence, Beast).
Discover: /mindforge:wf-catalog or node bin/mindforge-cli.js workflow list
Full, verified 35-workflow table by tier: docs/workflow-atlas.md.
MindForge supports multiple interaction models to fit your engineering workflow:
/mindforge:agent <persona> for real-time delegation./mindforge:wf-tdd-sprint and /mindforge:plan-phase.node bin/mindforge-cli.js spawn <persona> for scripted tasks.Run /mindforge:update (add --apply to install) — see docs/upgrade.md for the full upgrade guide and fallback steps.
Plugins extend MindForge via the mindforge-plugin-* namespace.
/mindforge:plugins list
/mindforge:plugins install mindforge-plugin-<name>
/mindforge:plugins validate
/mindforge:tokens --profile
See .mindforge/production/token-optimiser.md.
MIT © 2026 MindForge Team
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.