MNCS Forge MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MNCS Forge MCPshow me the current evidence blockers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MNCS Forge MCP
MNCS Forge is an experimental, non-normative Model Context Protocol server and CLI for machine-native development and evidence control. It makes project authority, candidate lineage, declared checks, provider capabilities, evidence gaps, selection, freeze, and evaluator-mode boundaries explicit.
Forge is not required for MNCS conformance, an accredited certification system, a source of independent evaluation or protected custody, or a universal program analyzer.
Version 0.1.0a2 is a reference experiment. Local results do not promote MNCS, MNCDS, RFCs, or
case studies. Status aggregation is FAIL > UNKNOWN > PASS; absent, stale, unsupported, or
unavailable evidence remains UNKNOWN.
What Forge does
exposes one project-scoped control plane through a CLI and local stdio MCP server;
runs only declared argument-array workflows and Provider Protocol capabilities;
records epochs, candidates, actions, results, selection, freeze, and evaluation lineage;
keeps development and evaluator-mode authority separate;
provides bounded machine-native micro-verifier discovery and execution; and
delegates normative MNCS and MNCDS decisions to the public offline validators.
flowchart LR
Codex[Codex / MCP client] --> Forge[Forge control plane]
Human[CLI user] --> Forge
Forge --> Providers[Declared providers and harnesses]
Providers --> Records[Immutable records and local hash-linked ledger]
Forge --> Records
Records --> Validators[Offline MNCS / MNCDS validators]Forge is orchestration, not analysis. Joern is an optional legacy provider rather than a default dependency. Compilers, analyzers, benchmarks, mutation systems, sanitizers, and runtime harnesses remain replaceable providers.
Related MCP server: Proof Mode
Quick start
python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e '.[dev]'
mncs-forge --config examples/minimal/mncs-forge.toml config validate
mncs-forge --config examples/minimal/mncs-forge.toml inspectSee Getting started for installation, CLI, MCP registration, and the minimal controlled workflow.
Documentation
Current development priority
The next release should stabilize the internal architecture before adding more verifier types,
distributed execution, or sandbox backends. The verifier lifecycle now has one explicit service,
and persistent evidence now crosses a frozen typed, versioned boundary with deterministic legacy
migration. Explicit state transitions derive from append-only typed history, authorized
record-plus-ledger changes commit through one recoverable local transaction boundary, and the
compatibility facade delegates to explicit services through typed storage, execution, and identity
ports. CLI and MCP dispatch now share one typed operation registry and deterministic interface
inventory. Remaining 0.1.0b1 work reviews schema/migration compatibility; extension boundaries
are documented before Task 7 expands runner semantics. Forge Cell schemas and fail-closed assurance
assessment are available as a specification foundation; the actual Linux isolation and attestation
backends remain ordered follow-up work. Query-driven micro-debugging now also has an architecture,
versioned reference vocabulary, and a separate implementation queue; runtime sessions and reusable
analyzer snapshots remain future work after the core typed-record and service boundaries stabilize.
Licensed under Apache-2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceLocal stdio MCP server for long-term engineering memory, enabling Codex to store, search, and manage project facts, progress, interfaces, and troubleshooting cases.1Apache 2.0
- -license-qualityCmaintenanceAn MCP server implementing a multi-phase backend for structured model interactions, bounded compilation, exact-hash confirmation, and Codex-run provenance, with trust-separation hardening.1
- Alicense-qualityAmaintenanceAn MCP server that enhances Claude Code with evidence-first engineering, protocol gates, project-aware verification, auditable traces, and durable autonomous execution.38MIT
- Alicense-qualityCmaintenanceA storage-backed MCP server for sharing durable project context between trusted coding agents, with project discovery, optimistic concurrency, and timestamped handoffs.Apache 2.0
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/epi13/mncs-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server