Shared memory and context tools for agentic work.
Code Rooms
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta name="robots" content="index, follow" />
<title>m1nd · Memory that knows when it's wrong</title>
<meta name="description" content="m1nd is a local code graph for coding agents, served over MCP. Every answer carries a trust verdict: act, reverify, or abstain. Memory is anchored to real code and flags itself when the code changes." />
<meta name="keywords" content="MCP, coding agents, code graph, agent memory, trust verdicts, blast radius, local-first, Rust, m1nd, l1ght" />
<meta name="author" content="Max Kle1nz" />
<meta name="theme-color" content="#050510" />
<meta property="og:site_name" content="m1nd" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://m1nd.world" />
<meta property="og:title" content="m1nd · Memory that knows when it's wrong" />
<meta property="og:description" content="A local code graph for coding agents, served over MCP. Every answer carries a trust verdict, and memory anchored to real code flags itself when the code changes." />
<meta property="og:image" content="https://m1nd.world/opengraph.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@m1nd_world" />
<meta name="twitter:title" content="m1nd · Memory that knows when it's wrong" />
<meta name="twitter:description" content="A local code graph for coding agents, served over MCP. Every answer carries a trust verdict, and memory anchored to real code flags itself when the code changes." />
<meta name="twitter:image" content="https://m1nd.world/opengraph.jpg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="canonical" href="https://m1nd.world" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "m1nd",
"alternateName": "m1nd code graph",
"description": "A local code graph for coding agents, served over MCP: structural retrieval, blast radius analysis, anchored memory, and calibrated trust verdicts. Local-first, written in Rust.",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Code Intelligence",
"operatingSystem": "Linux, macOS, Windows",
"programmingLanguage": "Rust",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"url": "https://m1nd.world",
"sameAs": ["https://m1nd.world/wiki/"],
"featureList": [
"Structural retrieval and neighborhood search",
"Blast radius analysis and risky-change prep",
"Universal and L1GHT document grounding",
"Continuity, trails, and investigation memory",
"Operational overlays, alerts, and reports",
"Local MCP runtime in Rust"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>