DevMind

by mordecaiusm922-create

Not rated
GitHub

About

Runtime governance for autonomous AI agents. Deterministic policy engine that intercepts and evaluates every action before execution — no LLM in the decision path, sub-50ms response.

Details

Author
mordecaiusm922-create
Categories
Developer Tools, AI

Setup

Install DevMind in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/mordecaiusm922-create/devmind

Follow the installation instructions in the repository README, then restart your MCP client.

DevMind — Runtime Governance for Autonomous AI Agents

The control plane that sits between an agent's decision and your production systems.

DevMind intercepts, evaluates, and audits every action an AI agent attempts to take — before it executes. Deterministic policy engine. No LLM in the decision path. Sub-50ms response time.

Live MCP server:devmind-mcp.onrender.com/mcp-- connect Claude Desktop, Claude Code, Cursor, Codex, or any MCP client directly to your agent's runtime.Live REST API:devmind-2cej.onrender.com/health-- for CI/CD pipelines and scripts that aren't MCP clients.210 invariant tests passing · CI green on every push

On April 25, 2026, a Cursor AI agent deleted PocketOS's entire production database — including every backup — in nine seconds. A single API call. No confirmation prompt. No governance layer. Just an agent with a token that had far more permissions than the task required.

Agents are becoming capable enough to take consequential, irreversible actions autonomously: deploying to production, executing database migrations, modifying infrastructure, rotating secrets. Most organizations have no layer that evaluates those actions before they execute.

Try the exact scenario against the live API:

curl -X POST https://devmind-2cej.onrender.com/evaluate-change \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $DEVMIND_TOKEN" \ -d '{ "agent_id": "cursor-agent", "change_type": "terraform_apply", "surface": "infrastructure", "payload": "production volume destroy", "affects_production": true, "blast_radius": "org" }'
{ "decision": "ESCALATE", "risk_score": 15.0, "why": [ "Signal matched: prod_resource_name (+15)", "Blast radius is ORG -> ESCALATE (irrecoverable scope, no override)" ], "escalation_required": true }

No agent touched Railway. The decision returned before the call was ever made.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.