m1nd
Active·★ 19·MIT·Updated 2026-05-26
★ Trending★ Dev Tooling
A local code graph engine for MCP agents: proof-aware state, guided next steps, continuity, and safer edits.
m1nd is a local MCP runtime that ingests repositories, documentation, history, and runtime signals into a graph, enabling coding agents to perform structural retrieval, change reasoning, document grounding, operations, and continuity without rebuilding context on every step.
#agent-tools#ai-agents#code-analysis#code-graph#code-intelligence#code-navigation#developer-tools#knowledge-graph
01
Features
01Structural retrieval and navigation via a local graph
02Change reasoning with blast radius, co-change prediction, and plan validation
03Document grounding with universal and graph-native ingestion
04Operations including audits, monitoring, alerts, and recovery
05Continuity across sessions, branches, and repos with perspectives and trails
02
Compatibility
Claude Code
Claude Code
Verified via docs
Cursor
Cursor
Verified via docs
Windsurf
Windsurf
Verified via docs
GitHub Copilot
GitHub Copilot
Verified via docs
Zed
Zed
Verified via docs
Cline
Cline
Verified via docs
03
Quick start
1
$ npm install -g @maxkle1nz/m1nd@beta
04
Use cases
↳Understanding an unfamiliar codebase's structure and dependencies
↳Planning and validating risky code changes with impact analysis
↳Maintaining context across long-running agent sessions
05
Alternatives
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
awesome-claude★ 250
HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tools, jobs, Raycast feeds, static data exports, and an npm MCP package.
initrunner★ 38
Define AI agent roles in YAML and run them anywhere: CLI, API server, or autonomous daemon
thunderbit-mcp-server★ 13
AI-powered web scraping and structured data extraction. CLI + MCP server + Claude Code plugin for the Thunderbit Open API.
Related searches
Comments
Log in to leave a comment
- TTaylor WilsonApr 28, 2026
Guided next steps reduce agent hallucination in complex reasoning tasks.
- CCasey ClarkApr 21, 2026
Proof-aware code graph engine for MCP agents with guided next steps.
- BBlake MartinezApr 15, 2026
Good for agents that need formal verification context alongside code understanding.
- EEllis JohnsonMar 20, 2026
Proof-aware state is rare in code intelligence tools — useful for correctness-critical code.