Enables AI agents to autonomously navigate a codebase by listing directories, reading files, searching code, and running whitelisted commands.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ALLOWED_COMMANDS— npm run build,npm test,npm run lint,npm run dev,npx tsc --noEmitPROJECT_ROOT— Без Docker: замените блок "command": "docker", "args": ["run", ...] на "command": "node", "args": ["/path/to/simple-mcp-server/dist/index.js"] и добавьте "env": { "": "/path/to/project" }.[](https://m8ven.ai/mcp/hrustalevdev-simple-mcp-server-18kfpq)