Install and first hour
Three doors. Use the one that matches how you already work.
Desktop
Download from logishell.com (the button follows the live mac / linux / windows pointer). Open LogiShell. The window loads the IDE and pairs to the runner on this machine.
Install Claude Code, Codex, or the Gemini CLI the usual way. In LogiShell, connect the provider you already signed into. LogiShell never reads those credentials.
CLI, no install
npx logishell scan .
Or without Node:
curl -fsSL https://logishell.com/lsh.sh | sh
lsh scan .
The output is a map: what the repository says of itself, the largest parts, which imports leave the process. That map is what an agent should read instead of the whole tree.
MCP door
The address a person pastes into Claude, ChatGPT/Codex, or Gemini as a custom connector:
https://mcp.logishell.com/mcp
Leave OAuth client id and secret empty. The client registers itself. You sign in to LogiShell in the browser. After that the agent can list repos, read the map, see nodes.
From Claude Code:
claude mcp add --transport http logishell https://mcp.logishell.com/mcp
A local door for this working copy (decisions, the agent room) is one command in the project:
lsh mcp install --local
What "connected" means
The model is still Claude, Codex, or Gemini. The MCP door is how it reaches your board, your journal, your map. A skill is the markdown that tells it when to do that, and how.