Shared memory and context tools for agentic work.
Code Rooms
{
"name": "@maxkle1nz/m1nd",
"version": "1.6.3",
"mcpName": "io.github.maxkle1nz/m1nd",
"description": "Universal installer and agent pack for the m1nd MCP runtime.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maxkle1nz/m1nd.git"
},
"homepage": "https://github.com/maxkle1nz/m1nd#readme",
"bugs": {
"url": "https://github.com/maxkle1nz/m1nd/issues"
"type": "commonjs",
"bin": {
"m1nd": "npm/bin/m1nd.js",
"m1nd-north-shim": "npm/bin/m1nd-north-shim.js"
"files": [
"npm/bin/",
"npm/lib/",
"skills/README.md",
"skills/m1nd-universal-agent-pack.md",
"skills/m1nd-first/SKILL.md",
"skills/m1nd-guardian/SKILL.md",
"skills/m1nd-operator/SKILL.md",
"skills/m1nd-operator/references/*.md",
"skills/m1nd-operator/scripts/probe_m1nd.py",
"docs/AGENT-PACKS.md",
"docs/AGENT-FIRST-DEMO.md",
"docs/M1ND-GUARDIAN-METHOD.md",
"docs/MCP-HOST-REFRESH.md",
"docs/IDE-INTEGRATIONS.md",
"README.md",
"EXAMPLES.md",
"LICENSE"
],
"scripts": {
"test": "node --test npm/test/cli.test.js",
"m1nd:doctor": "node npm/bin/m1nd.js doctor",
"m1nd:pack-check": "node npm/bin/m1nd.js pack-check",
"m1nd:pack-routing-check": "node npm/bin/m1nd.js pack-routing-check",
"m1nd:install-generic": "node npm/bin/m1nd.js install-skills generic --project .",
"test:npm": "node --test npm/test/cli.test.js"
"engines": {
"node": ">=18"
"publishConfig": {
"access": "public"
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"modelcontextprotocol",
"code-graph",
"code-intelligence",
"coding-agent",
"ai-agent",
"neuro-symbolic",
"developer-tools",
"rust"
]
}