habitat for VS Code
io.github.mitsuashi/habitat
A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident.
client:VS Code
transport:stdio
runtime:npm
Install habitat in VS Code
.vscode/mcp.json
{
"servers": {
"habitat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"habitat-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs