In development Kaleidoscope is not publicly released. Nothing here installs
from a registry yet — see what is available.
Claude Code
Claude Code gets one local MCP server definition from you, and optionally a short project pointer to the public skill. Everything Kaleidoscope writes is marked as its own, so it can take it back out.
Connect it
Section titled “Connect it”kaleidoscope connect claude --profile default --project "$PWD" --dry-runkaleidoscope connect claude --profile default --project "$PWD"kaleidoscope instructions install claude --project "$PWD"What it writes
Section titled “What it writes”Only the entry Kaleidoscope owns is written to .mcp.json; the rest of your
file is left alone. If the ownership markers have been edited or the file is
ambiguous, the change is refused rather than guessed at. The entry publishes
only search and remember.
instructions install claude is separate from the connection: it appends the
marked pointer block to CLAUDE.md. See
give your agent the skill.
Disconnect
Section titled “Disconnect”kaleidoscope disconnect claude --project "$PWD"It removes only what Kaleidoscope wrote.