habitat for Cursor
io.github.mitsuashi/habitat
A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident.
client:Cursor
transport:stdio
runtime:npm
Install habitat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"habitat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"habitat-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs