Home › Development › m1nd

m1nd

The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.

Rust
★ 21 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.0)

npx -y @maxkle1nz/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "m1nd": {
      "command": "npx",
      "args": [
        "-y",
        "@maxkle1nz/[email protected]"
      ],
      "env": {
        "M1ND_WORKSPACE_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • M1ND_WORKSPACE_ROOT — Workspace root to bind the graph to (defaults to the current working directory)

Related servers

Data from the Official MCP Registry