@asiflow/devcortex-mcp
v0.1.2
Published
DevCortex MCP server (stdio) — exposes the local, tokenless cortex.* engineering tools (preflight, blast radius, protected-path policy, evidence, ship gate) to any MCP client.
Maintainers
Readme
@asiflow/devcortex-mcp
The DevCortex MCP server — exposes the local, tokenless cortex.* engineering
tools to any MCP client (Claude Code, Cursor, Codex CLI, VS Code agent mode, …):
preflight context, blast-radius analysis, protected-path policy, the evidence ledger,
and the ship gate.
Register it in your client's MCP config — no install needed:
{
"mcpServers": {
"devcortex-mcp": {
"command": "npx",
"args": ["-y", "@asiflow/devcortex-mcp"]
}
}
}Or install it globally so the devcortex-mcp binary is on your PATH:
npm install -g @asiflow/devcortex-mcpThe server resolves the repository root from --root <dir>, then DEVCORTEX_ROOT,
then the current working directory. Everything runs locally — the tools scan and
analyze your repo; no model calls, no tokens.
Part of DevCortex — the cognitive layer for AI coding agents. Apache-2.0.
