Install teamshared

One script for every harness (claude, codex, cursor, hermes, openclaw, pi). Cursor installs globally under ~/.cursor (run it from anywhere); other harnesses install under the project root — run the script from your project root so files land under ./.codex, ./.hermes, ./.claude, ./.openclaw, or ./.mcp.json (Pi). Cursor installs the memory rule and merges MCP config; other harnesses fetch MCP snippets from this server.

cd /path/to/your/repo
curl -fsSL https://teamshared.com/install.sh | bash

Mint a bearer token in the console API Keys page, then paste it when the script prompts. The installer writes it into your harness MCP config.

Uninstall

Remove every file the installer wrote (and strip teamshared from your MCP config) with the matching uninstaller:

curl -fsSL https://teamshared.com/uninstall.sh | bash