m1nd for VS Code
io.github.maxkle1nz/m1nd
The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.
client:VS Code
transport:stdio
runtime:npm
Install m1nd in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "m1nd-workspace-root",
"description": "M1ND_WORKSPACE_ROOT",
"password": true
}
],
"servers": {
"m1nd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maxkle1nz/m1nd"
],
"env": {
"M1ND_WORKSPACE_ROOT": "${input:m1nd-workspace-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs