Get m1nd running and connected to your AI agent in under 2 minutes. Three installation methods, one binary, zero runtime dependencies.
Choose your preferred installation method. The result is the same: a single binary called m1nd-mcp.
Download the pre-built binary for your platform. Fastest option -- no build tools needed.
Install via Cargo. Requires Rust toolchain (1.75+).
Build from source for maximum control and customization.
Add m1nd to your AI coding agent's MCP configuration. Works with any MCP-compatible client.
Set this to the root of the codebase you want m1nd to analyze. The graph will be built from files under this directory. If not set, m1nd uses the current working directory.
Build the connectome graph from your codebase. This happens automatically on first query, but you can also trigger it explicitly.
Tell your agent to ingest. m1nd will parse your source files, extract modules/functions/types, and build the graph.
Activate the graph to find related modules. This is the moment it clicks.
Provide feedback to improve future results. The graph learns from your usage.
Run a health check to confirm everything is connected.
If you see 0 nodes and 0 edges, run m1nd.ingest first. The graph starts empty and must be populated from your codebase. Check that M1ND_PROJECT_ROOT is set correctly.
You have a working connectome. Here is where to go next.