Odel
habitat

habitat

Local
@mitsuashiMITUpdated 4mo ago

A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhabitat-mcpv1.0.13

Run

npx -y habitat-mcp

MCP client config

{
  "mcpServers": {
    "habitat": {
      "command": "npx",
      "args": [
        "-y",
        "habitat-mcp"
      ]
    }
  }
}