mcpbeat Sign in

M1nd MCP Server

by maxkle1nz Your server? Claim it
local only

M1nd runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 11 Aug 2026.

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

Installs per day peak 44 · avg 11 · +37% w/w
a month agotoday
78
Installs / week
npm · @maxkle1nz/m1nd
21
Stars
6 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call debrief.mission_id → m1nd-mcp/src/mission_handlers.rs:614, debrief.mission_id → m1nd-mcp/src/mission_handlers.rs:573
    let body = fs::read_to_string(&path).map_err(|error| M1ndError::InvalidParams {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const res = await deps.spawn(args.storeVersion);
Runs an external command scratchpad/m1nd_battery.py:59
    proc = subprocess.Popen([_BIN_PATH, "--stdio", "--no-gui"], stdin=subprocess.PIPE,
Dumps the whole environment scratchpad/m1nd_battery.py:55
    env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add m1nd -- npx -y @maxkle1nz/m1nd
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "m1nd": {
      "args": [
        "-y",
        "@maxkle1nz/m1nd"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.m1nd]
command = "npx"
args = ["-y", "@maxkle1nz/m1nd"]
.cursor/mcp.json
{
  "mcpServers": {
    "m1nd": {
      "args": [
        "-y",
        "@maxkle1nz/m1nd"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "m1nd": {
      "args": [
        "-y",
        "@maxkle1nz/m1nd"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: M1ND_WORKSPACE_ROOT (Workspace root to bind the graph to (defaults to the current working directory)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to M1nd

same job, measured the same way
Agentmap
by raymondchins

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

194 installs/wk local only
Mowgli
by mowgli-ai

Intelligent product canvas: iterate on your product's design with your coding agent, synced to code.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Rpg Encoder
by userfrm

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

105 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
Letmediff MCP
by letmediff

The official Letmediff MCP server helping you review your code with an agent first workflow

56 installs/wk local only
Calm MCP
by eilodon

MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.

124 installs/wk local only
WitWiki
by witwiki

A shared team wiki your coding agents read and write — across every repo and every MCP client.

answering

M1nd — questions

Answers built from our own checks of this server.

Why is there no uptime for M1nd?
M1nd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @maxkle1nz/m1nd was installed 78 times last week.
How do I connect M1nd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @maxkle1nz/m1nd straight from npm; nothing to host, nothing to sign up for.
How many people use M1nd?
The npm package @maxkle1nz/m1nd was installed 78 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is M1nd open source?
Yes — it is published under the MIT licence, written in Rust, 21 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.